|
@@ -100,7 +100,7 @@ wepy.component({
|
|
this.$emit('callPhone', this.phone)
|
|
this.$emit('callPhone', this.phone)
|
|
},
|
|
},
|
|
getPhone() {
|
|
getPhone() {
|
|
- if (!this.justText) return
|
|
|
|
|
|
+ if (this.justText) return
|
|
customerservice().then(res => {
|
|
customerservice().then(res => {
|
|
let phone = null
|
|
let phone = null
|
|
if (res.count) {
|
|
if (res.count) {
|