This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
rice-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传
master
前端-胡立永
4 months ago
parent
d0fc342659
commit
41edc463b3
4 changed files
with
10 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
api/model/info.js
+1
-1
config.js
+4
-0
pages_order/mine/balance.vue
+4
-0
pages_order/mine/commission.vue
+ 1
- 1
api/model/info.js
View File
@ -55,7 +55,7 @@ const api = {
method
:
'GET'
,
method
:
'GET'
,
}
,
}
,
// 获取相关介绍详情
// 获取相关介绍详情
get
Rice
Info
:
{
getInfo
IntroduceDetail
:
{
url
:
'/rice_info/getRiceNewsDetail'
,
url
:
'/rice_info/getRiceNewsDetail'
,
method
:
'GET'
,
method
:
'GET'
,
}
,
}
,
+ 1
- 1
config.js
View File
@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue
.
use
(
uvUI
)
;
Vue
.
use
(
uvUI
)
;
// 当前环境
// 当前环境
const
type
=
'd
ev
'
const
type
=
'
pro
d'
// 环境配置
// 环境配置
+ 4
- 0
pages_order/mine/balance.vue
View File
@ -53,6 +53,10 @@
state
:
[
'审核中'
,
'成功'
,
'失败'
]
,
state
:
[
'审核中'
,
'成功'
,
'失败'
]
,
}
}
}
,
}
,
onShow
(
)
{
this
.
$store
.
commit
(
'getUserInfo'
)
this
.
$store
.
commit
(
'getRiceInfo'
)
}
,
methods
:
{
methods
:
{
}
}
+ 4
- 0
pages_order/mine/commission.vue
View File
@ -52,6 +52,10 @@
state
:
[
'审核中'
,
'成功'
,
'失败'
]
,
state
:
[
'审核中'
,
'成功'
,
'失败'
]
,
}
}
}
,
}
,
onShow
(
)
{
this
.
$store
.
commit
(
'getUserInfo'
)
this
.
$store
.
commit
(
'getRiceInfo'
)
}
,
methods
:
{
methods
:
{
}
}
Write
Preview
Loading…
Cancel
Save