|
@@ -16,7 +16,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="stock_list" wx:if='{{stockList.length>0 && cur==index}}'>
|
|
<view class="stock_list" wx:if='{{stockList.length>0 && cur==index}}'>
|
|
|
- <view wx:for='{{stockList}}' catchtap="bindPickerChange" wx:for-item='s' wx:for-index='i' data-name='{{s.name}}' wx:key='{{index+""+i}}'>{{s.label}})</view>
|
|
|
|
|
|
|
+ <view wx:for='{{stockList}}' catchtap="bindPickerChange" wx:for-item='s' wx:for-index='i' data-name='{{s.name}}' wx:key='{{index+""+i}}'>{{s.label}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view bindtap="add" class="add"> + 添加持股</view>
|
|
<view bindtap="add" class="add"> + 添加持股</view>
|