|
|
@@ -47,11 +47,16 @@
|
|
|
|
|
|
<!-- 平台帐号激活 -->
|
|
|
<template #slot-activation="{scope}">
|
|
|
- <div v-if="firstHost == 'huaml' || firstHost == 'huahb' ">
|
|
|
+ <div v-if="firstHost == 'huaml.com' || firstHost == 'huahb.com' ">
|
|
|
<el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=hd&authType=1`)">花店公众号激活</el-button>
|
|
|
<el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=hd&authType=2`)">花店小程序激活</el-button>
|
|
|
<el-button type="primary" size="mini" @click="bindJump(`/wx-open/bind-open?id=hd&actId=6`)">花店小程序体验码</el-button>
|
|
|
</div>
|
|
|
+<div v-else-if="firstHost == 'theflorist.cn' || firstHost == 'zhhinc.com'">
|
|
|
+ <el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=mall&authType=1`)">商城公众号激活</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=mall&authType=2`)">商城小程序激活</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="bindJump(`/wx-open/bind-open?id=mall&actId=6`)">商城小程序体验码</el-button>
|
|
|
+ </div>
|
|
|
<div v-else>
|
|
|
<el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=ghs&authType=1`)">供货商公众号激活</el-button>
|
|
|
<el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=ghs&authType=2`)">供货商小程序激活</el-button>
|
|
|
@@ -139,7 +144,7 @@ export default {
|
|
|
wxPayConfigFn() {},
|
|
|
// 绑定跳转
|
|
|
bindJump(url) {
|
|
|
- let host = `http://api.pt.${getFirstHost()}.com`;
|
|
|
+ let host = `http://api.pt.${getFirstHost()}`;
|
|
|
window.open(host + url);
|
|
|
},
|
|
|
getWxOpen() {
|