Commit 9bc4b060 authored by anle's avatar anle

更改

parent 36e08236
...@@ -82,7 +82,7 @@ export default { ...@@ -82,7 +82,7 @@ export default {
}, },
content: { content: {
type: String, type: String,
default: "", default: "请输入微信号",
}, },
wxUrl: { wxUrl: {
type: String, type: String,
...@@ -144,8 +144,8 @@ export default { ...@@ -144,8 +144,8 @@ export default {
if (isWx) { if (isWx) {
this.isWxSet = true; this.isWxSet = true;
} else { } else {
console.log(this.wxUrl.length); console.log(this.wxUrl);
if (this.wxUrl.length == 0) { if (this.wxUrl.length == 0 && this.wxUrl == "请输入") {
return this.$toast("请先配置小程序跳转schema地址"); return this.$toast("请先配置小程序跳转schema地址");
} }
tiaozhuan(this.wxUrl); 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