diff --git a/apis/interfaces/goods.js b/apis/interfaces/goods.js index bd05667..8fb175c 100644 --- a/apis/interfaces/goods.js +++ b/apis/interfaces/goods.js @@ -184,9 +184,12 @@ const managesAttestation = (id) => { } // 商品溯源 -const managesTracedTo = (id) => { +const managesTracedTo = (id,page) => { return request({ - url: 'mall/goods/' + id + '/trace' + url: 'mall/goods/' + id + '/trace', + data:{ + page: page + } }) } // 商品第一条溯源 @@ -203,6 +206,12 @@ const shopself = () => { }) } +// 商品服务类型调整 +const goodsExtendsCreate = (id) => { + return request({ + url: 'manages/goods/' + id + '/extends/create' + }) +} export { managesGoodsIndex, @@ -230,5 +239,6 @@ export { managesAttestation, managesTracedTo, checkmessage, - shopself + shopself, + goodsExtendsCreate } diff --git a/package-lock.json b/package-lock.json index b08c219..a186af8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,165 +1,165 @@ -{ - "name": "blockchainh5", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "requires": { - "fill-range": "^7.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "enhanced-resolve": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz", - "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==", - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "graceful-fs": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", - "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "requires": { - "yallist": "^4.0.0" - } - }, - "micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" - } - }, - "picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==" - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - }, - "tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "requires": { - "is-number": "^7.0.0" - } - }, - "ts-loader": { - "version": "9.2.6", - "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.6.tgz", - "integrity": "sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw==", - "requires": { - "chalk": "^4.1.0", - "enhanced-resolve": "^5.0.0", - "micromatch": "^4.0.0", - "semver": "^7.3.4" - } - }, - "uni-read-pages": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/uni-read-pages/-/uni-read-pages-1.0.5.tgz", - "integrity": "sha512-GkrrZ0LX0vn9R5k6RKEi0Ez3Q3e2vUpjXQ8Z6/K/d28KudI9ajqgt8WEjQFlG5EPm1K6uTArN8LlqmZTEixDUA==" - }, - "uni-simple-router": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/uni-simple-router/-/uni-simple-router-2.0.7.tgz", - "integrity": "sha512-8FKv5dw7Eoonm0gkO8udprrxzin0fNUI0+AvIphFkFRH5ZmP5ZWJ2pvnWzb2NiiqQSECTSU5VSB7HhvOSwD5eA==" - }, - "uview-ui": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.4.tgz", - "integrity": "sha512-Zr+D5dFdNy6CdHQLBEXeGq/w0LkjxzBtsgaaDwLl0P58g67H7fBBDvy6AzWK/k0c7dwPYMBiK7I4Tr9p92+0DA==" - }, - "vuex": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.2.tgz", - "integrity": "sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw==" - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } -} +{ + "name": "blockchainh5", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "enhanced-resolve": { + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz", + "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==", + "requires": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "graceful-fs": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", + "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + } + }, + "picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==" + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "requires": { + "lru-cache": "^6.0.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + }, + "tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "ts-loader": { + "version": "9.2.6", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.2.6.tgz", + "integrity": "sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw==", + "requires": { + "chalk": "^4.1.0", + "enhanced-resolve": "^5.0.0", + "micromatch": "^4.0.0", + "semver": "^7.3.4" + } + }, + "uni-read-pages": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/uni-read-pages/-/uni-read-pages-1.0.5.tgz", + "integrity": "sha512-GkrrZ0LX0vn9R5k6RKEi0Ez3Q3e2vUpjXQ8Z6/K/d28KudI9ajqgt8WEjQFlG5EPm1K6uTArN8LlqmZTEixDUA==" + }, + "uni-simple-router": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/uni-simple-router/-/uni-simple-router-2.0.7.tgz", + "integrity": "sha512-8FKv5dw7Eoonm0gkO8udprrxzin0fNUI0+AvIphFkFRH5ZmP5ZWJ2pvnWzb2NiiqQSECTSU5VSB7HhvOSwD5eA==" + }, + "uview-ui": { + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.4.tgz", + "integrity": "sha512-Zr+D5dFdNy6CdHQLBEXeGq/w0LkjxzBtsgaaDwLl0P58g67H7fBBDvy6AzWK/k0c7dwPYMBiK7I4Tr9p92+0DA==" + }, + "vuex": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.2.tgz", + "integrity": "sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } +} diff --git a/pages.json b/pages.json index 7f6ba6b..daed31a 100644 --- a/pages.json +++ b/pages.json @@ -1,889 +1,888 @@ -{ - "pages": [{ - "path": "pages/guide/guide", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white", - "disableScroll": true - } - }, { - "path": "pages/index/index", - "name": "Index", - "style": { - "navigationBarBackgroundColor": "#1f1922", - "backgroundColor": "#1f1922", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/found/index", - "name": "Found", - "auth": true, - "style": { - "navigationBarTitleText": "发现更多", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/equity/index", - "name": "equity", - "style": { - "navigationBarTitleText": "权证商城 购你所想", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundColor": "#8b64fd", - "buttons": [{ - "text": "搜索", - "fontSize": "14", - "color": "#fff" - }] - } - - } - } - }, { - "path": "pages/equity/search", - "name": "Search", - "auth": true, - "style": { - "navigationBarTitleText": "搜索列表" - } - }, { - "path": "pages/goods/goodsClassify", - "name": "goodsClassify", - "style": { - "navigationBarTitleText": "商品分类", - "navigationBarBackgroundColor": "#FFFFFF", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "全部分类", - "fontSize": "14", - "color": "#8b64fd" - }] - } - } - } - }, - { - "path": "pages/goods/lists", - "name": "goodsList", - "style": { - "navigationBarTitleText": "商品列表", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, - { - "path": "pages/goods/confirmOrder", - "name": "ConfirmOrder", - "style": { - "navigationBarTitleText": "订单确认页面", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#8b64fd" - } - }, - { - "path": "pages/goods/payStatus", - "name": "PayStatus", - "style": { - "navigationBarTitleText": "支付状态", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#8b64fd" - } - }, - { - "path": "pages/goods/chain", - "name": "GoodsChain", - "style": { - "navigationBarTitleText": "区块链证书", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/goods/attestation", - "name": "GoodsAttestation", - "style": { - "navigationBarTitleText": "商品认证", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/goods/tracedTo", - "name": "GoodstracedTo", - "style": { - "navigationBarTitleText": "商品溯源", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, - { - "path": "pages/user/index", - "name": "User", - "auth": true, - "style": { - "navigationBarTitleText": "节点中心", - "navigationStyle": "custom", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "type": "transparent", - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)", - "buttons": [{ - "text": "\ue601", - "fontSrc": "/static/iconfont.ttf", - "background": "rgba(0,0,0,0)" - }, { - "text": "\ue602", - "fontSrc": "/static/iconfont.ttf", - "background": "rgba(0,0,0,0)" - }] - } - } - } - }, - { - "path": "pages/user/order/numberWeight", - "name": "NumberWeight", - "style": { - "navigationBarTitleText": "我的权证", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, - { - "path": "pages/user/order/numberWeightInfo", - "name": "NumberWeightInfo", - "style": { - "navigationBarTitleText": "权证详情", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, - { - "path": "pages/user/order/servicesOrder", - "name": "ServicesOrder", - "style": { - "navigationBarTextStyle": "white", - "navigationBarTitleText": "已使用服务类订单", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/user/order/servicesOrderInfo", - "name": "ServicesOrderInfo", - "style": { - "enablePullDownRefresh": true, - "navigationBarTextStyle": "white", - "navigationBarTitleText": "订单详情", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, - { - "path": "pages/user/order/mallShipments", - "name": "MallShipments", - "style": { - "navigationBarTitleText": "已经提货", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/user/order/mallShipmentsRefund", - "name": "mallShipmentsRefund", - "style": { - "navigationBarTitleText": "退货申请", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/user/order/mallRefundsInfo", - "name": "MallRefundsInfo", - "style": { - "navigationBarTitleText": "退货申请", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/user/order/logistics", - "name": "Orderlogistics", - "style": { - "navigationBarTitleText": "查看物流", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/user/order/mallShipmentsInfo", - "name": "MallShipmentsInfo", - "style": { - "navigationBarTitleText": "提货单详情页面", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, - { - "path": "pages/user/address/list", - "name": "AddressList", - "style": { - "navigationBarTitleText": "地址管理", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/user/address/create", - "name": "AddressCreate", - "style": { - "navigationBarTitleText": "地址新增", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, - { - "path": "pages/user/code", - "name": "userCode", - "auth": false, - "style": { - "navigationBarTitleText": "邀请好友" - } - }, { - "path": "pages/user/help", - "name": "userHelp", - "auth": true, - "style": { - "navigationBarTitleText": "帮助中心" - } - }, { - "path": "pages/user/coupons", - "name": "myCoupons", - "auth": true, - "style": { - "navigationBarTitleText": "我的优惠券" - } - }, { - "path": "pages/user/couponsList", - "name": "myCouponsList", - "auth": true, - "style": { - "navigationBarTitleText": "我的优惠券" - } - }, { - "path": "pages/user/couponsDte", - "name": "myCouponsDte", - "auth": true, - "style": { - "navigationBarTitleText": "我的优惠券" - } - }, { - "path": "pages/user/partner", - "name": "userPartner", - "auth": true, - "style": { - "navigationBarTitleText": "我的粉丝" - } - }, { - "path": "pages/user/clause", - "name": "userClause", - "auth": true, - "style": { - "navigationBarTitleText": "服务条款" - } - }, { - "path": "pages/user/followOfficial", - "name": "Official", - "auth": true, - "style": { - "navigationBarTitleText": "关注公众号" - } - }, { - "path": "pages/vip/vip", - "name": "vipIndex", - "style": { - "navigationBarTitleText": "开通节点", - "navigationBarBackgroundColor": "#774ffd", - "navigationBarTextStyle": "white" - } - }, { - "path": "pages/vip/agree", - "name": "vipAgree", - "style": { - "navigationBarTitleText": "用户协议", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/vip/examine", - "name": "Examine", - "style": { - "navigationBarTitleText": "提交成功" - } - }, { - "path": "pages/setting/setting", - "name": "setting", - "auth": true, - "style": { - "navigationBarTitleText": "设置中心" - } - }, { - "path": "pages/goods/management", - "name": "goodsManagement", - "style": { - "navigationBarTitleText": "商品权证管理", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "发布", - "width": "78px", - "fontSize": "15px", - "color": "#8b64fd" - }] - } - } - } - }, { - "path": "pages/goods/addClassify", - "name": "goodsaddClassify", - "style": { - "navigationBarTitleText": "发布权证类目" - } - }, { - "path": "pages/goods/details", - "name": "goodsDetails", - "style": { - "navigationBarTitleText": "权证详情", - "navigationBarTextStyle": "white", - "titleNView": { - "backgroundColor": "#7c52fc", - "type": "transparent", - "buttons": [{ - "text": "分享", - "fontSize": "14", - "color": "#fff" - }] - } - } - }, { - "path": "pages/goods/add", - "name": "goodsAdd", - "style": { - "navigationBarTitleText": "商品权证创建" - } - }, { - "path": "pages/goods/goodsAuth", - "name": "goodsAddAuth", - "style": { - "navigationBarTitleText": "商品权证认证" - } - }, { - "path": "pages/coupons/management", - "name": "couponsManagement", - "style": { - "navigationBarTitleText": "优惠券管理", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "创建", - "width": "78px", - "fontSize": "15px", - "color": "#8b64fd" - }] - } - } - } - }, { - "path": "pages/coupons/add", - "name": "couponsAdd", - "style": { - "navigationBarTitleText": "创建优惠券", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "发布", - "width": "78px", - "fontSize": "15px", - "color": "#8b64fd" - }] - } - } - } - }, - { - "path": "pages/coupons/magDetails", - "name": "couponsDetails", - "style": { - "navigationBarTitleText": "优惠券详情" - } - }, { - "path": "pages/coupons/selectGoods", - "name": "couponsSelectGoods", - "style": { - "navigationBarTitleText": "关联产品" - } - }, { - "path": "pages/login/login", - "name": "Login", - "style": { - "navigationBarTitleText": "登录", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/login/guide", - "name": "loginGuide", - "style": { - "navigationBarTitleText": "引导页" - } - }, { - "path": "pages/login/agreement", - "name": "agreement", - "style": { - "navigationBarTitleText": "用户隐藏协议" - } - }, { - "path": "pages/certification/personal", - "name": "Personal", - "auth": true, - "style": { - "navigationBarTitleText": "个人认证" - } - }, { - "path": "pages/setting/aboutUs", - "name": "aboutUs", - "auth": true, - "style": { - "navigationBarTitleText": "关于我们" - } - }, { - "path": "pages/company/approve", - "name": "companyApprove", - "auth": true, - "style": { - "navigationBarTitleText": "企业认证" - } - }, { - "path": "pages/news/index", - "name": "news", - "auth": true, - "style": { - "navigationBarTitleText": "消息中心" - } - }, { - "path": "pages/news/detail", - "name": "newsDetail", - "auth": true, - "style": { - "navigationBarTitleText": "消息列表" - } - }, { - "path": "pages/wallet/property", - "name": "walletProperty", - "style": { - "navigationBarTitleText": "通证钱包", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#976dff" - } - }, { - "path": "pages/wallet/redProperty", - "name": "walletRedProperty", - "style": { - "navigationBarTitleText": "现金红包", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#976dff" - } - }, - { - "path": "pages/wallet/extract", - "name": "Extract", - "style": { - "navigationBarTitleText": "提现通证", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#976dff" - } - }, - { - "path": "pages/wallet/extractRed", - "name": "ExtractRed", - "style": { - "navigationBarTitleText": "提现红包", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#976dff" - } - }, { - "path": "pages/verification/index", - "name": "verificationIndex", - "auth": true, - "style": { - "navigationBarTitleText": "扫码核销", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/verification/history", - "name": "verificationHistory", - "auth": true, - "style": { - "navigationBarTitleText": "核销记录", - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, { - "path": "pages/shop/lists", - "name": "shopLists", - "auth": true, - "style": { - "navigationBarTitleText": "门店管理", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "添加", - "width": "78px", - "fontSize": "15px", - "color": "#8b64fd" - }] - } - } - } - }, { - "path": "pages/shop/create", - "name": "shopCreate", - "auth": true, - "style": { - "navigationBarTitleText": "创建门店" - } - }, { - "path": "pages/employees/list", - "name": "employeesList", - "auth": true, - "style": { - "navigationBarTitleText": "员工管理", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "添加", - "width": "78px", - "fontSize": "15px", - "color": "#8b64fd" - }] - } - } - } - }, { - "path": "pages/employees/add", - "name": "employeesAdd", - "auth": true, - "style": { - "navigationBarTitleText": "添加员工", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "width": "78px", - "fontSize": "15px", - "color": "#8b64fd" - }] - } - } - } - }, { - "path": "pages/instrument/Spread", - "name": "instrumentSpread", - "auth": true, - "style": { - "navigationBarTitleText": "营销推广码" - } - }, { - "path": "pages/instrument/basics", - "name": "instrumentBasics", - "auth": true, - "style": { - "navigationBarTitleText": "基础信息", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "width": "78px", - "fontSize": "15px", - "color": "#8b64fd" - }] - } - } - } - }, { - "path": "pages/wallet/fragment", - "name": "Fragment", - "style": { - "navigationBarTitleText": "贡献值记录", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - } - }, - { - "path": "pages/wallet/addBank", - "style": { - "navigationBarTitleText": "添加银行卡", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - }, - "name": "addBank" - }, { - "path": "pages/wallet/bankList", - "style": { - "navigationBarTitleText": "银行卡列表", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - }, - "name": "bankList" - }, { - "path": "pages/wallet/withdrawList", - "style": { - "navigationBarTitleText": "红包提现记录", - "enablePullDownRefresh": false, - "navigationBarTextStyle": "white", - "app-plus": { - "titleNView": { - "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" - } - } - }, - "name": "withdrawList" - }, { - "path": "pages/wxAuth/wxAuth", - "name": "wxAuth" - }, { - "path": "pages/clearOpen/clearOpen", - "style": { - "navigationBarTitleText": "提现记录", - "enablePullDownRefresh": false - }, - "name": "clearOpen" - }, { - "path": "pages/market/index", - "name": "Market", - "style": { - "navigationBarTitleText": "转让市场", - "titleNView": { - "backgroundColor": "#FFFFFF", - "buttons": [{ - "text": "成交历史", - "fontSize": "14", - "width": "80", - "color": "#555555" - }] - } - } - }, { - "path": "pages/market/logs", - "name": "marketLogs", - "style": { - "navigationBarTitleText": "成交历史", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/market/details", - "name": "marketDetails", - "style": { - "navigationBarTitleText": "转让详情" - } - }, { - "path": "pages/market/goods", - "name": "marketGoods", - "style": { - "navigationBarTitleText": "锚定商品", - "titleNView": { - "backgroundColor": "#FFFFFF", - "type": "transparent" - } - } - }, { - "path": "pages/market/transfer", - "name": "marketTransfer", - "style": { - "navigationBarTitleText": "转让权证", - "backgroundColor": "#FFFFFF" - } - }, { - "path": "pages/market/management", - "name": "marketManag", - "style": { - "navigationBarTitleText": "权证转让管理", - "titleNView": { - "backgroundColor": "#FFFFFF", - "buttons": [{ - "text": "转让记录", - "fontSize": "14", - "width": "80", - "color": "#774ffd" - }] - } - } - }, { - "path": "pages/store/return", - "name": "Return", - "style": { - "navigationBarTitleText": "退货单处理", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/store/orderDetails", - "name": "storeOrderDetails", - "style": { - "navigationBarTitleText": "订单详情", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/store/deliver", - "name": "Deliver", - "style": { - "navigationBarTitleText": "发货单处理", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/store/deliverForm", - "name": "DeliverForm", - "style": { - "navigationBarTitleText": "我要发货", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/store/logistic", - "name": "Logistic", - "style": { - "navigationBarTitleText": "提货单物流", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/store/journal", - "name": "storeJournal", - "style": { - "navigationBarTitleText": "操作日志", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/store/examine", - "name": "storeExamine", - "style": { - "navigationBarTitleText": "订单审核", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, { - "path": "pages/queue/queue", - "style": { - "navigationBarTitleText": "队列", - "enablePullDownRefresh": false - } - - } - ], - "globalStyle": { - "backgroundColor": "#F5F5F5", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black" - }, - "tabBar": { - "borderStyle": "white", - "backgroundColor": "#FFFFFF", - "selectedColor": "#774ffd", - "iconWidth": "26px", - "spacing": "0", - "height": "60px", - "list": [{ - "text": "发现通证", - "iconPath": "static/tabBar/tabBar_icon_00.png", - "selectedIconPath": "static/tabBar/tabBar_show_00.png", - "pagePath": "pages/index/index" - }, { - "text": "发现更多", - "iconPath": "static/tabBar/tabBar_icon_01.png", - "selectedIconPath": "static/tabBar/tabBar_show_01.png", - "pagePath": "pages/found/index" - }, { - "text": "权证商城", - "iconPath": "static/tabBar/tabBar_icon_03.png", - "selectedIconPath": "static/tabBar/tabBar_show_03.png", - "pagePath": "pages/equity/index" - }, { - "text": "转让市场", - "iconPath": "static/tabBar/tabBar_icon_04.png", - "selectedIconPath": "static/tabBar/tabBar_show_04.png", - "pagePath": "pages/market/index" - }, { - "text": "节点中心", - "iconPath": "static/tabBar/tabBar_icon_02.png", - "selectedIconPath": "static/tabBar/tabBar_show_02.png", - "pagePath": "pages/user/index" - }] - }, - "easycom": { - "nv": "@/uni_modules/pyh-nv/components/pyh-nv/pyh-nv.vue", - "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" - } +{ + "pages": [{ + "path": "pages/guide/guide", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "white", + "disableScroll": true + } + }, { + "path": "pages/index/index", + "name": "Index", + "style": { + "navigationBarBackgroundColor": "#1f1922", + "backgroundColor": "#1f1922", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, { + "path": "pages/found/index", + "name": "Found", + "auth": true, + "style": { + "navigationBarTitleText": "发现更多", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, { + "path": "pages/equity/index", + "name": "equity", + "style": { + "navigationBarTitleText": "权证商城 购你所想", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundColor": "#8b64fd", + "buttons": [{ + "text": "搜索", + "fontSize": "14", + "color": "#fff" + }] + } + } + } + }, { + "path": "pages/equity/search", + "name": "Search", + "auth": true, + "style": { + "navigationBarTitleText": "搜索列表" + } + }, { + "path": "pages/goods/goodsClassify", + "name": "goodsClassify", + "style": { + "navigationBarTitleText": "商品分类", + "navigationBarBackgroundColor": "#FFFFFF", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "全部分类", + "fontSize": "14", + "color": "#8b64fd" + }] + } + } + } + }, + { + "path": "pages/goods/lists", + "name": "goodsList", + "style": { + "navigationBarTitleText": "商品列表", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, + { + "path": "pages/goods/confirmOrder", + "name": "ConfirmOrder", + "style": { + "navigationBarTitleText": "订单确认页面", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#8b64fd" + } + }, + { + "path": "pages/goods/payStatus", + "name": "PayStatus", + "style": { + "navigationBarTitleText": "支付状态", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#8b64fd" + } + }, + { + "path": "pages/goods/chain", + "name": "GoodsChain", + "style": { + "navigationBarTitleText": "区块链证书", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/goods/attestation", + "name": "GoodsAttestation", + "style": { + "navigationBarTitleText": "商品认证", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/goods/tracedTo", + "name": "GoodstracedTo", + "style": { + "navigationBarTitleText": "商品溯源", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, + { + "path": "pages/user/index", + "name": "User", + "auth": true, + "style": { + "navigationBarTitleText": "节点中心", + "navigationStyle": "custom", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "type": "transparent", + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)", + "buttons": [{ + "text": "\ue601", + "fontSrc": "/static/iconfont.ttf", + "background": "rgba(0,0,0,0)" + }, { + "text": "\ue602", + "fontSrc": "/static/iconfont.ttf", + "background": "rgba(0,0,0,0)" + }] + } + } + } + }, + { + "path": "pages/user/order/numberWeight", + "name": "NumberWeight", + "style": { + "navigationBarTitleText": "我的权证", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, + { + "path": "pages/user/order/numberWeightInfo", + "name": "NumberWeightInfo", + "style": { + "navigationBarTitleText": "权证详情", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, + { + "path": "pages/user/order/servicesOrder", + "name": "ServicesOrder", + "style": { + "navigationBarTextStyle": "white", + "navigationBarTitleText": "已使用服务类订单", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/user/order/servicesOrderInfo", + "name": "ServicesOrderInfo", + "style": { + "enablePullDownRefresh": true, + "navigationBarTextStyle": "white", + "navigationBarTitleText": "订单详情", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, + { + "path": "pages/user/order/mallShipments", + "name": "MallShipments", + "style": { + "navigationBarTitleText": "已经提货", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/user/order/mallShipmentsRefund", + "name": "mallShipmentsRefund", + "style": { + "navigationBarTitleText": "退货申请", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/user/order/mallRefundsInfo", + "name": "MallRefundsInfo", + "style": { + "navigationBarTitleText": "退货申请", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/user/order/logistics", + "name": "Orderlogistics", + "style": { + "navigationBarTitleText": "查看物流", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/user/order/mallShipmentsInfo", + "name": "MallShipmentsInfo", + "style": { + "navigationBarTitleText": "提货单详情页面", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, + { + "path": "pages/user/address/list", + "name": "AddressList", + "style": { + "navigationBarTitleText": "地址管理", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/user/address/create", + "name": "AddressCreate", + "style": { + "navigationBarTitleText": "地址新增", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, + { + "path": "pages/user/code", + "name": "userCode", + "auth": false, + "style": { + "navigationBarTitleText": "邀请好友" + } + }, { + "path": "pages/user/help", + "name": "userHelp", + "auth": true, + "style": { + "navigationBarTitleText": "帮助中心" + } + }, { + "path": "pages/user/coupons", + "name": "myCoupons", + "auth": true, + "style": { + "navigationBarTitleText": "我的优惠券" + } + }, { + "path": "pages/user/couponsList", + "name": "myCouponsList", + "auth": true, + "style": { + "navigationBarTitleText": "我的优惠券" + } + }, { + "path": "pages/user/couponsDte", + "name": "myCouponsDte", + "auth": true, + "style": { + "navigationBarTitleText": "我的优惠券" + } + }, { + "path": "pages/user/partner", + "name": "userPartner", + "auth": true, + "style": { + "navigationBarTitleText": "我的粉丝" + } + }, { + "path": "pages/user/clause", + "name": "userClause", + "auth": true, + "style": { + "navigationBarTitleText": "服务条款" + } + }, { + "path": "pages/user/followOfficial", + "name": "Official", + "auth": true, + "style": { + "navigationBarTitleText": "关注公众号" + } + }, { + "path": "pages/vip/vip", + "name": "vipIndex", + "style": { + "navigationBarTitleText": "开通节点", + "navigationBarBackgroundColor": "#774ffd", + "navigationBarTextStyle": "white" + } + }, { + "path": "pages/vip/agree", + "name": "vipAgree", + "style": { + "navigationBarTitleText": "用户协议", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/vip/examine", + "name": "Examine", + "style": { + "navigationBarTitleText": "提交成功" + } + }, { + "path": "pages/setting/setting", + "name": "setting", + "auth": true, + "style": { + "navigationBarTitleText": "设置中心" + } + }, { + "path": "pages/goods/management", + "name": "goodsManagement", + "style": { + "navigationBarTitleText": "商品权证管理", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "发布", + "width": "78px", + "fontSize": "15px", + "color": "#8b64fd" + }] + } + } + } + }, { + "path": "pages/goods/addClassify", + "name": "goodsaddClassify", + "style": { + "navigationBarTitleText": "发布权证类目" + } + }, { + "path": "pages/goods/details", + "name": "goodsDetails", + "style": { + "navigationBarTitleText": "权证详情", + "navigationBarTextStyle": "white", + "titleNView": { + "backgroundColor": "#7c52fc", + "type": "transparent", + "buttons": [{ + "text": "分享", + "fontSize": "14", + "color": "#fff" + }] + } + } + }, { + "path": "pages/goods/add", + "name": "goodsAdd", + "style": { + "navigationBarTitleText": "商品权证创建" + } + }, { + "path": "pages/goods/goodsAuth", + "name": "goodsAddAuth", + "style": { + "navigationBarTitleText": "商品权证认证" + } + }, { + "path": "pages/coupons/management", + "name": "couponsManagement", + "style": { + "navigationBarTitleText": "优惠券管理", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "创建", + "width": "78px", + "fontSize": "15px", + "color": "#8b64fd" + }] + } + } + } + }, { + "path": "pages/coupons/add", + "name": "couponsAdd", + "style": { + "navigationBarTitleText": "创建优惠券", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "发布", + "width": "78px", + "fontSize": "15px", + "color": "#8b64fd" + }] + } + } + } + }, + { + "path": "pages/coupons/magDetails", + "name": "couponsDetails", + "style": { + "navigationBarTitleText": "优惠券详情" + } + }, { + "path": "pages/coupons/selectGoods", + "name": "couponsSelectGoods", + "style": { + "navigationBarTitleText": "关联产品" + } + }, { + "path": "pages/login/login", + "name": "Login", + "style": { + "navigationBarTitleText": "登录", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, { + "path": "pages/login/guide", + "name": "loginGuide", + "style": { + "navigationBarTitleText": "引导页" + } + }, { + "path": "pages/login/agreement", + "name": "agreement", + "style": { + "navigationBarTitleText": "用户隐藏协议" + } + }, { + "path": "pages/certification/personal", + "name": "Personal", + "auth": true, + "style": { + "navigationBarTitleText": "个人认证" + } + }, { + "path": "pages/setting/aboutUs", + "name": "aboutUs", + "auth": true, + "style": { + "navigationBarTitleText": "关于我们" + } + }, { + "path": "pages/company/approve", + "name": "companyApprove", + "auth": true, + "style": { + "navigationBarTitleText": "企业认证" + } + }, { + "path": "pages/news/index", + "name": "news", + "auth": true, + "style": { + "navigationBarTitleText": "消息中心" + } + }, { + "path": "pages/news/detail", + "name": "newsDetail", + "auth": true, + "style": { + "navigationBarTitleText": "消息列表" + } + }, { + "path": "pages/wallet/property", + "name": "walletProperty", + "style": { + "navigationBarTitleText": "通证钱包", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#976dff" + } + }, { + "path": "pages/wallet/redProperty", + "name": "walletRedProperty", + "style": { + "navigationBarTitleText": "现金红包", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#976dff" + } + }, + { + "path": "pages/wallet/extract", + "name": "Extract", + "style": { + "navigationBarTitleText": "提现通证", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#976dff" + } + }, + { + "path": "pages/wallet/extractRed", + "name": "ExtractRed", + "style": { + "navigationBarTitleText": "提现红包", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#976dff" + } + }, { + "path": "pages/verification/index", + "name": "verificationIndex", + "auth": true, + "style": { + "navigationBarTitleText": "扫码核销", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/verification/history", + "name": "verificationHistory", + "auth": true, + "style": { + "navigationBarTitleText": "核销记录", + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, { + "path": "pages/shop/lists", + "name": "shopLists", + "auth": true, + "style": { + "navigationBarTitleText": "门店管理", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "添加", + "width": "78px", + "fontSize": "15px", + "color": "#8b64fd" + }] + } + } + } + }, { + "path": "pages/shop/create", + "name": "shopCreate", + "auth": true, + "style": { + "navigationBarTitleText": "创建门店" + } + }, { + "path": "pages/employees/list", + "name": "employeesList", + "auth": true, + "style": { + "navigationBarTitleText": "员工管理", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "添加", + "width": "78px", + "fontSize": "15px", + "color": "#8b64fd" + }] + } + } + } + }, { + "path": "pages/employees/add", + "name": "employeesAdd", + "auth": true, + "style": { + "navigationBarTitleText": "添加员工", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "width": "78px", + "fontSize": "15px", + "color": "#8b64fd" + }] + } + } + } + }, { + "path": "pages/instrument/Spread", + "name": "instrumentSpread", + "auth": true, + "style": { + "navigationBarTitleText": "营销推广码" + } + }, { + "path": "pages/instrument/basics", + "name": "instrumentBasics", + "auth": true, + "style": { + "navigationBarTitleText": "基础信息", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "width": "78px", + "fontSize": "15px", + "color": "#8b64fd" + }] + } + } + } + }, { + "path": "pages/wallet/fragment", + "name": "Fragment", + "style": { + "navigationBarTitleText": "贡献值记录", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + }, + { + "path": "pages/wallet/addBank", + "style": { + "navigationBarTitleText": "添加银行卡", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + }, + "name": "addBank" + }, { + "path": "pages/wallet/bankList", + "style": { + "navigationBarTitleText": "银行卡列表", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + }, + "name": "bankList" + }, { + "path": "pages/wallet/withdrawList", + "style": { + "navigationBarTitleText": "红包提现记录", + "enablePullDownRefresh": false, + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + }, + "name": "withdrawList" + }, { + "path": "pages/wxAuth/wxAuth", + "name": "wxAuth" + }, { + "path": "pages/clearOpen/clearOpen", + "style": { + "navigationBarTitleText": "提现记录", + "enablePullDownRefresh": false + }, + "name": "clearOpen" + }, { + "path": "pages/market/index", + "name": "Market", + "style": { + "navigationBarTitleText": "转让市场", + "titleNView": { + "backgroundColor": "#FFFFFF", + "buttons": [{ + "text": "成交历史", + "fontSize": "14", + "width": "80", + "color": "#555555" + }] + } + } + }, { + "path": "pages/market/logs", + "name": "marketLogs", + "style": { + "navigationBarTitleText": "成交历史", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/market/details", + "name": "marketDetails", + "style": { + "navigationBarTitleText": "转让详情" + } + }, { + "path": "pages/market/goods", + "name": "marketGoods", + "style": { + "navigationBarTitleText": "锚定商品", + "titleNView": { + "backgroundColor": "#FFFFFF", + "type": "transparent" + } + } + }, { + "path": "pages/market/transfer", + "name": "marketTransfer", + "style": { + "navigationBarTitleText": "转让权证", + "backgroundColor": "#FFFFFF" + } + }, { + "path": "pages/market/management", + "name": "marketManag", + "style": { + "navigationBarTitleText": "权证转让管理", + "titleNView": { + "backgroundColor": "#FFFFFF", + "buttons": [{ + "text": "转让记录", + "fontSize": "14", + "width": "80", + "color": "#774ffd" + }] + } + } + }, { + "path": "pages/store/return", + "name": "Return", + "style": { + "navigationBarTitleText": "退货单处理", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/orderDetails", + "name": "storeOrderDetails", + "style": { + "navigationBarTitleText": "订单详情", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/deliver", + "name": "Deliver", + "style": { + "navigationBarTitleText": "发货单处理", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/deliverForm", + "name": "DeliverForm", + "style": { + "navigationBarTitleText": "我要发货", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/logistic", + "name": "Logistic", + "style": { + "navigationBarTitleText": "提货单物流", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/journal", + "name": "storeJournal", + "style": { + "navigationBarTitleText": "操作日志", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/examine", + "name": "storeExamine", + "style": { + "navigationBarTitleText": "订单审核", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/queue/queue", + "style": { + "navigationBarTitleText": "队列", + "enablePullDownRefresh": false + } + + } + ], + "globalStyle": { + "backgroundColor": "#F5F5F5", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + }, + "tabBar": { + "borderStyle": "white", + "backgroundColor": "#FFFFFF", + "selectedColor": "#774ffd", + "iconWidth": "26px", + "spacing": "0", + "height": "60px", + "list": [{ + "text": "发现通证", + "iconPath": "static/tabBar/tabBar_icon_00.png", + "selectedIconPath": "static/tabBar/tabBar_show_00.png", + "pagePath": "pages/index/index" + }, { + "text": "发现更多", + "iconPath": "static/tabBar/tabBar_icon_01.png", + "selectedIconPath": "static/tabBar/tabBar_show_01.png", + "pagePath": "pages/found/index" + }, { + "text": "权证商城", + "iconPath": "static/tabBar/tabBar_icon_03.png", + "selectedIconPath": "static/tabBar/tabBar_show_03.png", + "pagePath": "pages/equity/index" + }, { + "text": "转让市场", + "iconPath": "static/tabBar/tabBar_icon_04.png", + "selectedIconPath": "static/tabBar/tabBar_show_04.png", + "pagePath": "pages/market/index" + }, { + "text": "节点中心", + "iconPath": "static/tabBar/tabBar_icon_02.png", + "selectedIconPath": "static/tabBar/tabBar_show_02.png", + "pagePath": "pages/user/index" + }] + }, + "easycom": { + "nv": "@/uni_modules/pyh-nv/components/pyh-nv/pyh-nv.vue", + "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" + } } diff --git a/pages/404/404.vue b/pages/404/404.vue index c0fc04a..bf5cef0 100644 --- a/pages/404/404.vue +++ b/pages/404/404.vue @@ -11,8 +11,10 @@ export default { data() { return { - }; + }, + mounted() { + let i = "dsadsa" } } diff --git a/pages/goods/attestation.vue b/pages/goods/attestation.vue index 3d40352..1f0f9f4 100644 --- a/pages/goods/attestation.vue +++ b/pages/goods/attestation.vue @@ -1,104 +1,59 @@