store.wxml 268 B

12345678
  1. <view>
  2. <view class="storeContent">
  3. <view class="storeSearch">
  4. <image src="../../static/images/icon/search@2x.png"></image>
  5. <input type="text" placeholder="请输入VR场景名称" placeholder-class="placeholderStyle"/>
  6. </view>
  7. </view>
  8. </view>