- {{isType ? '店铺类型说明' : '商户入驻协议'}}
+ {{isType ? '店铺类型说明' : '品质与服务承诺书'}}
@@ -153,7 +153,8 @@
merClassifly,
getGoodsDetails,
updateGoodsRecord,
- getStoreTypeApi
+ getStoreTypeApi,
+ getConfigText
} from '@/api/store.js';
import {
getCaptcha,
@@ -199,7 +200,8 @@
successful: false,
keyCode: "",
codeVal: "",
- protocol: this.sys_intention_agree,
+ // protocol: this.sys_intention_agree,
+ protocol:"",
timer: "",
index: 0,
index1: 0,
@@ -219,6 +221,7 @@
},
mer_i_id: null, // 商户申请id
isType: false,
+ originText:''
};
},
beforeDestroy() {
@@ -242,6 +245,7 @@
this.getGoodsDetails(options.mer_i_id)
})
}
+ this.getConfigTextHandle()
},
onShow() {},
onReady() {},
@@ -253,13 +257,15 @@
this.isType = false;
this.showProtocol = true;
// 获取配置
- this.protocol = this.sys_intention_agree
+ // this.protocol = this.sys_intention_agree
+ this.protocol = this.originText
},
/*获取发票说明*/
getAgreement() {
let that = this
that.showProtocol = true;
- that.isType = true
+ that.isType = true;
+ that.protocol = ""
getAgreementApi('sys_merchant_type').then(res => {
that.protocol = res.data.sys_merchant_type
})
@@ -559,7 +565,7 @@
title: '请选择商户分类'
});
if (!that.isAgree) return that.$util.Tips({
- title: '请勾选并同意入驻协议'
+ title: '请勾选并同意品质与服务承诺书'
});
if (that.isShowCode && !that.codeVal) return that.$util.Tips({
title: '请填写图片验证码'
@@ -567,6 +573,12 @@
that.validate = true;
return true;
},
+ getConfigTextHandle(){
+ getConfigText('sys_merchant_serve').then(res=>{
+
+ this.originText = res.data.sys_merchant_serve
+ })
+ },
jumpToList() {
uni.navigateTo({
url: "/pages/store/applicationRecord/index"
@@ -584,7 +596,7 @@
title: '请输入正确的手机号码'
});
if (!this.isAgree) return this.$util.Tips({
- title: '请勾选并同意入驻协议'
+ title: '请勾选并同意品质与服务承诺书'
});
this.$refs.verify.show();
}
diff --git a/pages/user/index.vue b/pages/user/index.vue
index a5738f2..7d63250 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -57,6 +57,9 @@
+
+ 推荐人:{{recommendPeopleText}}
+
绑定手机号
@@ -293,7 +296,8 @@
// | Author: CRMEB Team