@@ -178,7 +178,11 @@ Page({
})
},
viewRemark: function () {
-
+ Dialog.alert({
+ message: this.data.remark,
+ }).then(() => {
+ Dialog.close()
+ });
/**
* 生命周期函数--监听页面初次渲染完成
@@ -1,4 +1,6 @@
{
"navigationBarTitleText": "订单详情",
- "usingComponents": {}
+ "usingComponents": {
+ "van-dialog": "@vant/weapp/dialog/index"
+ }
}
@@ -1,4 +1,4 @@
-const isTest = true;
+const isTest = false;
//172.31.31.35
//172.31.31.92