我的佣金
- ¥{{ riceInfo.canWithdraw || 0 }}
+ ¥{{ riceInfo.balance || 0 }}
diff --git a/config.js b/config.js index 16ccf23..5d11d64 100644 --- a/config.js +++ b/config.js @@ -6,13 +6,13 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'test' +const type = 'local' // 环境配置 const config = { local : { - baseUrl: 'http://127.0.0.1:8001/jewelry-admin', + baseUrl: 'http://youyi-test.natapp1.cc/jewelry-admin', }, dev: { baseUrl: 'http://h5.xzaiyp.top/jewelry-admin', diff --git a/pages/index/center copy.vue b/pages/index/center copy.vue index 27af34e..d8e2733 100644 --- a/pages/index/center copy.vue +++ b/pages/index/center copy.vue @@ -74,7 +74,7 @@