|
@@ -496,6 +496,12 @@
|
|
|
<text style="margin-right:20upx;">中花汇提供技术支持</text>
|
|
<text style="margin-right:20upx;">中花汇提供技术支持</text>
|
|
|
<text style="margin-right:20upx;">|</text>
|
|
<text style="margin-right:20upx;">|</text>
|
|
|
<text @click="toPhone()">联系软件公司</text>
|
|
<text @click="toPhone()">联系软件公司</text>
|
|
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
|
|
+ <view style="padding-top:10upx;">
|
|
|
|
|
+ <ad-custom unit-id="adunit-e46a256f5286f547" v-if="CURRENT_ENV=='production'" style="margin:0 auto;"></ad-custom>
|
|
|
|
|
+ <ad-custom unit-id="adunit-6df7988e71997ff2" v-else style="margin:0 auto;"></ad-custom>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <!-- #endif -->
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -569,7 +575,7 @@ import { changeDelStatus,hasMoreGhs } from "@/api/ghs";
|
|
|
import {currentShop, uploadShopAvatar} from "@/api/shop";
|
|
import {currentShop, uploadShopAvatar} from "@/api/shop";
|
|
|
import { clearLogin,hasNotice } from "@/api/admin";
|
|
import { clearLogin,hasNotice } from "@/api/admin";
|
|
|
import { unReadMsgCount } from "@/api/chat";
|
|
import { unReadMsgCount } from "@/api/chat";
|
|
|
-import { APIHOST } from "@/config";
|
|
|
|
|
|
|
+import { APIHOST,CURRENT_ENV } from "@/config";
|
|
|
export default {
|
|
export default {
|
|
|
name: "workbench",
|
|
name: "workbench",
|
|
|
mixins: [autoUpdateMixins],
|
|
mixins: [autoUpdateMixins],
|