|
@@ -46,6 +46,7 @@ export default {
|
|
let data = {};
|
|
let data = {};
|
|
data.uid = this.uid;
|
|
data.uid = this.uid;
|
|
data.openid = this.openid;
|
|
data.openid = this.openid;
|
|
|
|
+ console.log(data);
|
|
let res = await this.bind(data);
|
|
let res = await this.bind(data);
|
|
if (res.errcode == '0') {
|
|
if (res.errcode == '0') {
|
|
this.$message({
|
|
this.$message({
|