Commit 6b0e5838 authored by Mac's avatar Mac

处理品牌列表的 是否在成都的刷选

parent fe02fe24
......@@ -44,17 +44,17 @@
<view class="carrierScreen" >
<view
class="statusBox"
v-if="msg.IsInChengdu == 1"
v-if="msg.IsInChengdu == 0"
@click="changeFirstStoreTest(-1)"
>
成都落地
未在成都落地
</view>
<view
class="statusBox2"
v-if="msg.IsInChengdu == -1"
@click="changeFirstStoreTest(1)"
@click="changeFirstStoreTest(0)"
>
成都落地
未在成都落地
</view>
</view>
<view class="screenBox" v-if="PrizeList.length > 0">
......
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