|
|
@@ -120,7 +120,7 @@
|
|
|
<button class="action-button" @click="copyCreate()">复制新建</button>
|
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="moveToLose()">挪到处理区</button>
|
|
|
+ <button class="action-button" @click="editDesc()">图文介绍</button>
|
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="shareItem()">查看商品</button>
|
|
|
@@ -150,7 +150,7 @@
|
|
|
<button class="action-button" @click="sendStock()">分配库存</button>
|
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="editDesc()">图文介绍</button>
|
|
|
+ <button class="action-button" @click="moveToLose()">挪到处理区</button>
|
|
|
</view>
|
|
|
<view class="action-button-item cancel">
|
|
|
<button class="action-button cancel" @click="closeRightShow()">取消</button>
|
|
|
@@ -570,11 +570,11 @@ export default {
|
|
|
let id = this.currentInfo.id
|
|
|
this.closeRightShow()
|
|
|
// #ifdef MP-WEIXIN
|
|
|
- console.log('admin/ghsProduct/detail?shopId='+ that.loginInfo.shopId+'&id=0&ghsShopAdminId='+that.loginInfo.shopAdminId+'&id='+id)
|
|
|
+ console.log('pages/item/detail?shopId='+ that.loginInfo.shopId+'&id=0&ghsShopAdminId='+that.loginInfo.shopAdminId+'&id='+id)
|
|
|
uni.navigateToMiniProgram({
|
|
|
//姜枫-2021.04.13
|
|
|
- appId: that.getAppIdList.hd.miniAppId,
|
|
|
- path: 'admin/ghsProduct/detail?shopId='+ that.loginInfo.shopId+'&ghsShopAdminId='+that.loginInfo.shopAdminId+'&id='+id,
|
|
|
+ appId: that.getAppIdList.mall.miniAppId,
|
|
|
+ path: 'pages/item/detail?shopId='+ that.loginInfo.shopId+'&ghsShopAdminId='+that.loginInfo.shopAdminId+'&id='+id,
|
|
|
//develop 开发版 trial 体验版 release 正式版
|
|
|
envVersion: process.env.NODE_ENV === 'development' ? 'develop' : 'release',
|
|
|
extraData: {
|
|
|
@@ -600,7 +600,7 @@ export default {
|
|
|
if (sweixin) { //&& sweixin.nativeClient
|
|
|
sweixin.launchMiniProgram({
|
|
|
id: miniOriginalId,
|
|
|
- path: 'admin/ghsProduct/detail?shopId='+ that.loginInfo.shopId+'&ghsShopAdminId='+that.loginInfo.shopAdminId+'&id='+id,
|
|
|
+ path: 'pages/item/detail?shopId='+ that.loginInfo.shopId+'&ghsShopAdminId='+that.loginInfo.shopAdminId+'&id='+id,
|
|
|
type: 0
|
|
|
});
|
|
|
} else {
|