Commit f2214756 by 姜雷

修改查看明细的页面地址

parent bf331da5
...@@ -150,7 +150,7 @@ Component({ ...@@ -150,7 +150,7 @@ Component({
}, },
goRecordsPage() { goRecordsPage() {
wx.navigateTo({ wx.navigateTo({
url: '/pages/platformFeeRecord/platformFeeRecord', url: '/pages/platformFee/platformFee',
}); });
}, },
toggleType() { toggleType() {
......
{ {
"name": "demo", "name": "wx-manage-shell",
"version": "1.0.1", "version": "1.0.2",
"scripts": { "scripts": {
"compile": "./node_modules/typescript/bin/tsc", "compile": "./node_modules/typescript/bin/tsc",
"tsc": "node ./node_modules/typescript/lib/tsc.js" "tsc": "node ./node_modules/typescript/lib/tsc.js"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment