代码更新
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<view class="item u-p-20" :class="{sel:pageData.area.sel===item.id}" @tap="changeAreaSel(item)"
|
||||
v-for="(item,index) in pageData.area.list" :key="index">
|
||||
<view class="box">
|
||||
<view>{{item.name}}</view>
|
||||
<view class='up-line-1'>{{item.name}}</view>
|
||||
<view class="u-m-t-10">0/12</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -95,8 +95,8 @@
|
||||
import * as $fun from './util.js'
|
||||
import infoBox from '@/commons/utils/infoBox.js'
|
||||
import { hasPermission } from '@/commons/utils/hasPermission.js'
|
||||
import { getShopTable, shopTableBind, shopTableClear } from '@/api/table.js'
|
||||
import { getShopArea } from '@/api/area.js'
|
||||
import { getShopTable, shopTableBind, shopTableClear } from '@/http/api/table.js'
|
||||
import { getShopArea } from '@/http/api/area.js'
|
||||
|
||||
const statusList = objToArrary($status)
|
||||
console.log(statusList)
|
||||
|
||||
Reference in New Issue
Block a user