Commit 9bc4b060 authored by anle's avatar anle

更改

parent 36e08236
......@@ -82,7 +82,7 @@ export default {
},
content: {
type: String,
default: "",
default: "请输入微信号",
},
wxUrl: {
type: String,
......@@ -144,8 +144,8 @@ export default {
if (isWx) {
this.isWxSet = true;
} else {
console.log(this.wxUrl.length);
if (this.wxUrl.length == 0) {
console.log(this.wxUrl);
if (this.wxUrl.length == 0 && this.wxUrl == "请输入") {
return this.$toast("请先配置小程序跳转schema地址");
}
tiaozhuan(this.wxUrl);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment