准备加等级判断
This commit is contained in:
@@ -181,7 +181,7 @@ Page({
|
||||
ttype=res.data.ttype
|
||||
that.setData({
|
||||
oldpricetitle:"零售价:",
|
||||
currenttitle:"兑换券:",
|
||||
currenttitle:"会员价",
|
||||
currentprice:res.data.hyje,
|
||||
currentprice0:res.data.hyje0
|
||||
})
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
|
||||
<view class="selguige_box" wx:for="{{selguiges}}">
|
||||
<view class="selguige_item {{(item.selectednum>0?'hover':'')}}" data-id="{{index}}">
|
||||
<view class="select_name">{{item.gg}}<view>兑换券:{{(ttype==6 && addtype==0)?item.jg2:item.jg}}</view><!--<view>金豆:{{item.jg0}}</view>--></view>
|
||||
<view class="select_name">{{item.gg}}<view>零售价:{{(ttype==6 && addtype==0)?item.jg2:item.jg}}</view><!--<view>金豆:{{item.jg0}}</view>--></view>
|
||||
<view class="select_colors" wx:if='{{item.colors!=""}}' bindtap="showcolor" data-id="{{index}}">
|
||||
<view>{{item.selectedcolor==""?"选择颜色":item.selectedcolor}}</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user