准备加等级判断

This commit is contained in:
lym
2026-03-23 13:16:56 +08:00
parent 819116078b
commit 14eee2489c
12 changed files with 82 additions and 25 deletions

View File

@@ -181,7 +181,7 @@ Page({
ttype=res.data.ttype
that.setData({
oldpricetitle:"零售价:",
currenttitle:"兑换券:",
currenttitle:"会员价",
currentprice:res.data.hyje,
currentprice0:res.data.hyje0
})

View File

@@ -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>