Commit 57fc1c37 by LiuJunYi

晚熟0.不显示

parent d1e19931
......@@ -16,7 +16,7 @@
<view class='title'>{{n.title}}</view>
<view class='info'>
<text class='text-red text-small mergin-right-2'>¥{{common.numFixed(n.vip_price, 0)}}</text>
<text> 起/{{n.night_num}}晚</text>
<text wx:if="{{n.night_num}}"> 起/{{n.night_num}}晚</text>
</view>
</view>
</i-col>
......@@ -34,7 +34,7 @@
<view class='title'>{{n.title}}</view>
<view class='info'>
<text class='text-red text-small mergin-right-2'>¥{{common.numFixed(n.price, 0)}}</text>
<text> 起/{{n.night_num}}晚</text>
<text wx:if="{{n.night_num}}"> 起/{{n.night_num}}晚</text>
</view>
</view>
</i-col>
......@@ -52,7 +52,7 @@
<view class='title'>{{n.title}}</view>
<view class='info'>
<text class='text-red text-small mergin-right-2'>¥{{common.numFixed(n.price, 0)}}</text>
<text> 起/{{n.night_num}}晚</text>
<text wx:if="{{n.night_num}}"> 起/{{n.night_num}}晚</text>
</view>
</view>
</i-col>
......
......@@ -5,7 +5,7 @@
// }
export const Config = {
apiPath: "https://meixzz.usa1.utools.club/api/",
apiPath: "https://meixzz.utools.club/api/",
mobPath: "https://mavaler.jqhulian.com/mob/",
shopJoinPath: "https://mavaler.jqhulian.com/mob/Index/shopjoin"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment