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
1934cf1c42
commit
17bfd12f66
3 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
api/model/info.js
+3
-3
pages_order/auth/wxUserInfo.vue
+1
-1
store/store.js
+ 1
- 0
api/model/info.js
View File
@ -97,6 +97,7 @@ const api = {
getRiceInfo
:
{
url
:
'/rice_info/getRiceInfo'
,
method
:
'GET'
,
limit
:
500
,
}
,
// 获取购物车信息列表带分页
getCartPageList
:
{
+ 3
- 3
pages_order/auth/wxUserInfo.vue
View File
@ -1,10 +1,10 @@
<
template
>
<
view
class
=
"login"
>
<
view
class
=
"logo"
>
<!--
<
view
class
=
"logo"
>
<
image
:src
="configList.logo_image"
mode
=
""
>
<
/
image
>
<
/
view
>
<
/
view
>
--
>
<
view
class
=
"title"
>
{
{
configList
.
logo_name
}
}
特易招
<
/
view
>
<
view
class
=
"title"
>
申请获取你的头像
、
昵称
+ 1
- 1
store/store.js
View File
@ -91,7 +91,7 @@ const store = new Vuex.Store({
||
!
state
.
userInfo
.
phone
)
{
uni
.
showModal
(
{
title
:
'
小程序申请获取你的手机号
!'
,
title
:
'
申请获取您的信息
!'
,
cancelText
:
'稍后补全'
,
confirmText
:
'现在补全'
,
success
(
e
)
{
Write
Preview
Loading…
Cancel
Save