服务预约

This commit is contained in:
shidongli 2023-10-31 10:40:00 +08:00
parent e7be819cf3
commit dfa00bcb0f

View File

@ -22,6 +22,7 @@
预约
</view>
</view>
<u-toast ref="uToast" />
</view>
</template>
@ -60,7 +61,16 @@
this.userinfo = uni.getStorageSync('userinfo');
this.identity = this.userinfo.cardNo
getForm(this.identity, this.projectName).then(res => {
this.listinfo = res.data
if(res.code==500){
this.$refs.uToast.show({
title: res.msg,
type: 'error',
duration: '1000',
})
}else{
this.listinfo = res.data
}
})
},
goprevious() {