v-if=“platform == ‘ios’ && item.appoint_status == ‘待沟通’”
onLoad() {
let _this = this;
// 先判断是什么设备
wx.getSystemInfo({
success(res) {
console.log(res.platform, “res.platform”, “客户端平台”);
_this.platform = res.platform;
},
});
},
v-if=“platform == ‘ios’ && item.appoint_status == ‘待沟通’”
onLoad() {
let _this = this;
// 先判断是什么设备
wx.getSystemInfo({
success(res) {
console.log(res.platform, “res.platform”, “客户端平台”);
_this.platform = res.platform;
},
});
},