diff --git a/components/addressAdd.vue b/components/addressAdd.vue new file mode 100644 index 0000000..67645be --- /dev/null +++ b/components/addressAdd.vue @@ -0,0 +1,397 @@ + + + + + diff --git a/components/cartData.vue b/components/cartData.vue new file mode 100644 index 0000000..f8a5837 --- /dev/null +++ b/components/cartData.vue @@ -0,0 +1,455 @@ + + + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..922878f --- /dev/null +++ b/package-lock.json @@ -0,0 +1,11 @@ +{ + "requires": true, + "lockfileVersion": 1, + "dependencies": { + "ydui-district": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/ydui-district/-/ydui-district-1.1.0.tgz", + "integrity": "sha512-MBhvfaR5Gkn6MUmEnrH1A7IFB5igALuDgtIF+gz3dRwNwW9+KOmih7z+xZFfGluMsEbWaT7C3lWOckYsLZQnFg==" + } + } +} diff --git a/pages.json b/pages.json index 8c1d3a5..d12c115 100644 --- a/pages.json +++ b/pages.json @@ -65,7 +65,30 @@ "navigationBarTitleText": "提交订单" } }, - + { + "path": "techan/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "techan/detail", + "style": { + "navigationBarTitleText" : "详情" + } + }, + { + "path": "techan/order", + "style": { + "navigationBarTitleText" : "详情" + } + }, + { + "path": "techan/selfPickUpPoint", + "style": { + "navigationBarTitleText" : "选择自提点" + } + }, { "path" : "line/index", diff --git a/static/js/CommonFunction.js b/static/js/CommonFunction.js index f02e1d5..dd27cf0 100644 --- a/static/js/CommonFunction.js +++ b/static/js/CommonFunction.js @@ -91,7 +91,7 @@ Vue.prototype.showImg = img => { return img; } else { // return Vue.prototype.NEWAPIURL + img; - return 'https://swsz.api.js-dyyj.com'+img; + return 'https://static.ticket.sz-trip.com'+img; } } diff --git a/subPackages/techan/detail.vue b/subPackages/techan/detail.vue new file mode 100644 index 0000000..8169f11 --- /dev/null +++ b/subPackages/techan/detail.vue @@ -0,0 +1,900 @@ + + + + + \ No newline at end of file diff --git a/subPackages/techan/index.vue b/subPackages/techan/index.vue new file mode 100644 index 0000000..488554f --- /dev/null +++ b/subPackages/techan/index.vue @@ -0,0 +1,820 @@ + + + + + diff --git a/subPackages/techan/order.vue b/subPackages/techan/order.vue new file mode 100644 index 0000000..548e89f --- /dev/null +++ b/subPackages/techan/order.vue @@ -0,0 +1,1158 @@ + + + + + \ No newline at end of file diff --git a/subPackages/techan/selfPickUpPoint.vue b/subPackages/techan/selfPickUpPoint.vue new file mode 100644 index 0000000..f210a5f --- /dev/null +++ b/subPackages/techan/selfPickUpPoint.vue @@ -0,0 +1,253 @@ + + + + +