|
@@ -2,10 +2,12 @@
|
|
|
<view class="search">
|
|
|
<view class="store-bar flex-row">
|
|
|
<picker class="picker-store" bindchange="bindPickerChange" value="{{index}}" range="{{storeList}}" range-key="{{'storeName'}}">
|
|
|
- <view class="store-text">{{storeList[index].storeName}}</view>
|
|
|
- <view class="store-text" style="display: none;">{{storeList[index].storeNo}}</view>
|
|
|
+ <view class="flex-row">
|
|
|
+ <view class="store-text">{{storeList[index].storeName}}</view>
|
|
|
+ <view class="store-text" style="display: none;">{{storeList[index].storeNo}}</view>
|
|
|
+ <image class="store-img" src="../../../images/welfareMall/open.png" />
|
|
|
+ </view>
|
|
|
</picker>
|
|
|
- <image class="store-img" src="../../../images/welfareMall/open.png" />
|
|
|
</view>
|
|
|
<view class="writeOff-search flex-column">
|
|
|
<view class="search-bar flex-row">
|