|
@@ -79,6 +79,13 @@
|
|
|
<view class="tui-title">密码修改</view>
|
|
<view class="tui-title">密码修改</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
|
|
+ <tui-list-cell @click="pageTo({ url: '/admin/shop/sk' })" class="line-cell" :hover="false" :arrow="true">
|
|
|
|
|
+ <view class="tui-title">更多设置</view>
|
|
|
|
|
+ </tui-list-cell>
|
|
|
|
|
+ <tui-list-cell @click="pageTo({ url: '/admin/delivery/deliveryManage' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
|
|
+ <view class="tui-title">绑定跑腿</view>
|
|
|
|
|
+ </tui-list-cell>
|
|
|
|
|
+
|
|
|
<tui-list-cell @click="pageTo({ url: '/admin/shop/print' })" class="line-cell" :hover="false" :arrow="true">
|
|
<tui-list-cell @click="pageTo({ url: '/admin/shop/print' })" class="line-cell" :hover="false" :arrow="true">
|
|
|
<view class="tui-title">前台小票机</view>
|
|
<view class="tui-title">前台小票机</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
@@ -100,13 +107,6 @@
|
|
|
<view class="tui-title">美团云音箱</view>
|
|
<view class="tui-title">美团云音箱</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
- <tui-list-cell @click="pageTo({ url: '/admin/delivery/deliveryManage' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
|
|
- <view class="tui-title">绑定跑腿</view>
|
|
|
|
|
- </tui-list-cell>
|
|
|
|
|
- <tui-list-cell @click="pageTo({ url: '/admin/shop/sk' })" class="line-cell" :hover="false" :arrow="true">
|
|
|
|
|
- <view class="tui-title">更多设置</view>
|
|
|
|
|
- </tui-list-cell>
|
|
|
|
|
-
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
<tui-list-cell @click="getHzg()" class="line-cell" :hover="false" :arrow="true">
|
|
<tui-list-cell @click="getHzg()" class="line-cell" :hover="false" :arrow="true">
|
|
|
<view class="tui-title">下载APP</view>
|
|
<view class="tui-title">下载APP</view>
|