Commit dc802aff authored by Mac's avatar Mac

1

parent 5684e268
...@@ -47,14 +47,14 @@ ...@@ -47,14 +47,14 @@
v-if="msg.IsInChengdu == 1" v-if="msg.IsInChengdu == 1"
@click="changeFirstStoreTest(-1)" @click="changeFirstStoreTest(-1)"
> >
已在成都落地 成都落地
</view> </view>
<view <view
class="statusBox2" class="statusBox2"
v-if="msg.IsInChengdu == -1" v-if="msg.IsInChengdu == -1"
@click="changeFirstStoreTest(1)" @click="changeFirstStoreTest(1)"
> >
已在成都落地 成都落地
</view> </view>
</view> </view>
<view class="screenBox" v-if="PrizeList.length > 0"> <view class="screenBox" v-if="PrizeList.length > 0">
......
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
{name: "排污",field: "Sewage",}, {name: "排污",field: "Sewage",},
{name: "空调",field: "KongTiao",}, {name: "空调",field: "KongTiao",},
{name: "新风",field: "XinFeng",}, {name: "新风",field: "XinFeng",},
{name: "是否已在成都落地",field: "IsInChengdu",}, {name: "成都落地",field: "IsInChengdu",},
], ],
BrandClassList:[], BrandClassList:[],
showTypeStatus:false, showTypeStatus:false,
......
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