diff --git a/common.scss b/common.scss index 98aa44c..d9eb904 100644 --- a/common.scss +++ b/common.scss @@ -107,6 +107,7 @@ width: 22rpx; height: 26rpx; margin-right: 10rpx; + flex-shrink: 0; } } } diff --git a/pages.json b/pages.json index 1549300..4f2184a 100644 --- a/pages.json +++ b/pages.json @@ -159,6 +159,20 @@ "navigationStyle": "custom" , "navigationBarTextStyle": "white" } + }, + { + "path": "zlx-xieyi", + "style": { + "navigationStyle": "custom" , + "navigationBarTextStyle": "white" + } + }, + { + "path": "guanyuwomen", + "style": { + "navigationStyle": "custom" , + "navigationBarTextStyle": "white" + } } ] }, diff --git a/pages/index/center.vue b/pages/index/center.vue index d4261d4..495e3bb 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -98,7 +98,8 @@ }, { src:require('@/static/image/center/line-3.png'), - name:'关于我们' + name:'关于我们', + url:'/pages_my/guanyuwomen' }, { src:require('@/static/image/center/line-4.png'), @@ -112,7 +113,8 @@ }, { src:require('@/static/image/center/line-6.png'), - name:'主理人协议' + name:'主理人协议', + url:'/pages_my/zlx-xieyi' }, { src:require('@/static/image/center/line-7.png'), diff --git a/pages_my/collection.vue b/pages_my/collection.vue index 7bc4ef3..1ef1c26 100644 --- a/pages_my/collection.vue +++ b/pages_my/collection.vue @@ -1,26 +1,34 @@ \ No newline at end of file diff --git a/pages_my/guanyuwomen.vue b/pages_my/guanyuwomen.vue new file mode 100644 index 0000000..90b2d61 --- /dev/null +++ b/pages_my/guanyuwomen.vue @@ -0,0 +1,50 @@ + + + + + + \ No newline at end of file diff --git a/pages_my/zlx-xieyi.vue b/pages_my/zlx-xieyi.vue new file mode 100644 index 0000000..2f47c30 --- /dev/null +++ b/pages_my/zlx-xieyi.vue @@ -0,0 +1,51 @@ + + + + + + \ No newline at end of file diff --git a/pages_order/orderDetails.vue b/pages_order/orderDetails.vue index 4cccd2e..98e7597 100644 --- a/pages_order/orderDetails.vue +++ b/pages_order/orderDetails.vue @@ -32,13 +32,10 @@ - + 旅行须知 -

行程安排:请仔细阅读旅行社提供的行程安排了解每天的具体活动和时间表。

-

退改政策:了解清楚旅行社的退改政策,以便在必要时进行调整

-

健康安全:携带必要的药品和个人用品,确保旅途中的健康和安全。

-

个人需求:如果有特殊饮食要求或身体状况,请提前告知旅行社,以便他们做出相应的安排。

+
@@ -61,6 +58,7 @@ }, data() { return { + content:'', orderId:'', dataInfo:null, customStyle:{ @@ -71,6 +69,8 @@ onLoad(e) { this.orderId = e.id this.getorderInfo() + console.log(this.$store.state.configList) + this.content = this.$store.state.configList.withdrawal_instructions }, computed:{ orderStatus() { @@ -109,6 +109,9 @@ }