diff --git a/config/baseUrl.js b/config/baseUrl.js index d9eeb44..a670303 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -4,7 +4,7 @@ if (process.env.NODE_ENV === 'development') { //开发环境 // baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试 baseUrl = "https://api.nuttyreading.com/"; // 线上正式 - // baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 + // baseUrl = "http://192.168.110.131:9200/pb/"; // 后端本地 } else if (process.env.NODE_ENV === 'production') { //生产环境 baseUrl = "https://api.nuttyreading.com/"; diff --git a/main.js b/main.js index 1535ac2..c22dc9a 100644 --- a/main.js +++ b/main.js @@ -96,6 +96,9 @@ Vue.component('common-goods-nav', commonGoodsNav); import commonAdvertisement from '@/pages/component/commonComponents/advertisement.vue' Vue.component('common-advertisement', commonAdvertisement); +import CommonRefundDestination from 'edu-core/components/order/refund-destination.vue' +Vue.component('common-refund-destination', CommonRefundDestination); + App.mpType = 'app' const app = new Vue({ diff --git a/manifest.json b/manifest.json index 6b0b10b..3ec64bd 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ } ], "sassImplementationName" : "node-sass", - "versionName" : "1.2.88", - "versionCode" : 1288, + "versionName" : "1.2.89", + "versionCode" : 1289, "app-plus" : { "compatible" : { "ignoreVersion" : true diff --git a/nuttyreading-html2.zip b/nuttyreading-html2.zip new file mode 100644 index 0000000..e582aa4 Binary files /dev/null and b/nuttyreading-html2.zip differ diff --git a/package-lock.json b/package-lock.json index 48cf563..1e69e36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.13", "epubjs": "^0.3.93", "jquery": "^2.2.4", "qs": "^6.11.0", @@ -138,8 +138,8 @@ "link": true }, "node_modules/edu-core": { - "version": "1.0.12", - "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ea1dca213de69ac5a01a44a352ab33024edd2577", + "version": "1.0.13", + "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#b5ece8b8abfeba98428f6e2191efae3312b5036f", "license": "ISC" }, "node_modules/epubjs": { @@ -730,7 +730,7 @@ "requires": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.13", "epubjs": "^0.3.93", "jquery": "^2.2.4", "qs": "^6.11.0", @@ -823,8 +823,8 @@ } }, "edu-core": { - "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ea1dca213de69ac5a01a44a352ab33024edd2577", - "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12" + "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#b5ece8b8abfeba98428f6e2191efae3312b5036f", + "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.13" }, "epubjs": { "version": "0.3.93", @@ -1236,8 +1236,8 @@ } }, "edu-core": { - "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ea1dca213de69ac5a01a44a352ab33024edd2577", - "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12" + "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#b5ece8b8abfeba98428f6e2191efae3312b5036f", + "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.13" }, "epubjs": { "version": "0.3.93", diff --git a/package.json b/package.json index 22e5708..a0d650b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.13", "epubjs": "^0.3.93", "jquery": "^2.2.4", "qs": "^6.11.0", diff --git a/pages.json b/pages.json index 9b5b9c1..9da58de 100644 --- a/pages.json +++ b/pages.json @@ -264,6 +264,13 @@ "enablePullDownRefresh": false } }, + { + "path": "pages/bookShop/refundDestination", + "style": { + "navigationBarTitleText": "钱款去向", + "enablePullDownRefresh": false + } + }, { "path": "pages/bookShop/commoditySearch", "style": { diff --git a/pages/bookShop/orderLCont.vue b/pages/bookShop/orderLCont.vue index 72d941c..b06bcd2 100644 --- a/pages/bookShop/orderLCont.vue +++ b/pages/bookShop/orderLCont.vue @@ -31,6 +31,8 @@ 待收到 已完成 已超时 + 已退款 + 退款中