Commit 63923371 by 柳士祥

Merge branch 'nativehome_tst' of http://code.mayi888.com/chengmo/mayi-mp-shop into nativehome_tst

parents c277307e 7f7840c4
......@@ -61,17 +61,17 @@
<div class="label flex">
<p>工作区域</p>
</div>
<p class="val" v-if="workArea">
<p class="val">
{{ userInfo.workArea }}
</p>
</div>
<div class="cell selectCell" @click="selectDiningPlace">
<div class="label flex">
<p>就餐地点</p>
<div class="cell flex">
<div class="label">
<p>就餐权限</p>
</div>
<div class="text">
<p>{{ userInfo.diningPlace?'有':'无' }}</p>
</div>
<p class="val" v-if="diningPlace">
{{ userInfo.diningPlace }}
</p>
</div>
</div>
<div class="seat"></div>
......@@ -100,14 +100,6 @@ export default {
onInput() {
return false;
},
workArea() {
let workArea = 'xxx,xxx';
return workArea;
},
diningPlace() {
let diningPlace = 'xxx,xxx';
return diningPlace;
},
},
onReady() {
console.log("---onReady");
......
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