|
@@ -186,10 +186,13 @@ var vmSol = new Vue({
|
|
|
],
|
|
|
},
|
|
|
qreobj: {
|
|
|
- phone: '18624906090',
|
|
|
+ phone: '1800000000',
|
|
|
wxCodeImg: 'static/image/qrCodeimg.jpg',
|
|
|
},
|
|
|
},
|
|
|
+ mounted() {
|
|
|
+ this.getqrecode_dataFun()
|
|
|
+ },
|
|
|
// 生命周期阶段
|
|
|
created: function () {
|
|
|
// 再次判断 客户端归属
|
|
@@ -257,7 +260,7 @@ var vmSol = new Vue({
|
|
|
dataType: 'json',
|
|
|
url: '/commercial/customer/info',
|
|
|
success: function (res) {
|
|
|
- if (res && res.status) {
|
|
|
+ if (res) {
|
|
|
console.log('二维码res=====', res)
|
|
|
vue_that.qreobj.wxCodeImg = res.data.wxCodeImg
|
|
|
vue_that.qreobj.phone = res.data.phone
|