diff --git a/subPackages/daoyou/order.vue b/subPackages/daoyou/order.vue
index 937229e..a9922df 100644
--- a/subPackages/daoyou/order.vue
+++ b/subPackages/daoyou/order.vue
@@ -69,7 +69,7 @@
合计:{{sku.money * buyNum / 100}}
- 阅读并同意《xxx协议》
+ 阅读并同意《{{xieyi.title}}》
去支付
@@ -128,8 +128,8 @@
- xxxx协议
-
+ {{xieyi.title}}
+
@@ -157,7 +157,7 @@
contactList: [],
isAgreement: false,
isBottom: false,
- content: ''
+ xieyi: ''
}
},
onLoad() {
@@ -168,7 +168,7 @@
this.Post({
id: 3
}, '/api/Article/getArticleById').then(res => {
- this.content = res.data.content
+ this.xieyi = res.data
})
},
methods: {
diff --git a/subPackages/order/orderDetail.vue b/subPackages/order/orderDetail.vue
index 6440e27..3cf8b41 100644
--- a/subPackages/order/orderDetail.vue
+++ b/subPackages/order/orderDetail.vue
@@ -112,7 +112,7 @@
订单信息
- 订单账号:{{info.order_id}}
+ 订单编号:{{info.order_id}}
复制
diff --git a/subPackages/search/searchList.vue b/subPackages/search/searchList.vue
index cbe9d34..5bebfc4 100644
--- a/subPackages/search/searchList.vue
+++ b/subPackages/search/searchList.vue
@@ -14,7 +14,7 @@
-
+
diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html
index aec4c1d..b81228a 100644
--- a/unpackage/dist/build/web/index.html
+++ b/unpackage/dist/build/web/index.html
@@ -1,2 +1,2 @@
daoyous
\ No newline at end of file
+ document.write('')