|
@@ -23,14 +23,14 @@
|
|
|
<image class="quick-action-icon" :src="iconSrc('my-switch-shop')" mode="aspectFit" />
|
|
<image class="quick-action-icon" :src="iconSrc('my-switch-shop')" mode="aspectFit" />
|
|
|
<text class="quick-action-text">切换门店</text>
|
|
<text class="quick-action-text">切换门店</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="quick-action" @click.stop="pageTo({ url: shopEditUrl })">
|
|
|
|
|
+ <image class="quick-action-icon" :src="iconSrc('my-settings-outline')" mode="aspectFit" />
|
|
|
|
|
+ <text class="quick-action-text">修改门店</text>
|
|
|
|
|
+ </view>
|
|
|
<view class="quick-action" @click.stop="suggest">
|
|
<view class="quick-action" @click.stop="suggest">
|
|
|
<image class="quick-action-icon" :src="iconSrc('my-service')" mode="aspectFit" />
|
|
<image class="quick-action-icon" :src="iconSrc('my-service')" mode="aspectFit" />
|
|
|
<text class="quick-action-text">客服</text>
|
|
<text class="quick-action-text">客服</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="quick-action" @click.stop="pageTo({ url: shopEditUrl })">
|
|
|
|
|
- <image class="quick-action-icon" :src="iconSrc('my-settings-outline')" mode="aspectFit" />
|
|
|
|
|
- <text class="quick-action-text">设置</text>
|
|
|
|
|
- </view>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|