@@ -73,6 +73,14 @@
}
function init() {
+ if (!tId.value) {
+ uni.showToast({
+ title: '请确认地址参数完整性'
+ })
+ return;
+ }
+
httpApi.getHetongPreview({
id: tId.value
}).then(res => {