Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
da168ea8
Commit
da168ea8
authored
Mar 29, 2025
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~~优化代码~~
parent
fe41afac
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
24 deletions
+30
-24
pages/index/index.vue
pages/index/index.vue
+4
-1
pages/user/fenxiao/bankcard/bankcard.vue
pages/user/fenxiao/bankcard/bankcard.vue
+1
-1
pages/user/reseller/reseller.vue
pages/user/reseller/reseller.vue
+4
-1
pages/yjWithdraw/yjWithdraw.vue
pages/yjWithdraw/yjWithdraw.vue
+18
-18
utils/request.js
utils/request.js
+3
-3
No files found.
pages/index/index.vue
View file @
da168ea8
...
...
@@ -366,7 +366,7 @@
<yomol-upgrade
ref=
"yomolUpgrade"
></yomol-upgrade>
<view
class=
"submitbtn OutTourist"
@
tap=
"OutTourist"
>
退出游客模式
</view>
<view
v-if=
"tourist==1"
class=
"submitbtn OutTourist"
@
tap=
"OutTourist"
>
退出游客模式
</view>
</view>
</
template
>
...
...
@@ -400,6 +400,8 @@
amount_piao
:
0
,
isshowpiao
:
false
,
tourist
:
0
,
}
},
components
:
{
...
...
@@ -432,6 +434,7 @@
// uni.stopPullDownRefresh();//结束下拉刷新
},
onShow
()
{
this
.
tourist
=
uni
.
getStorageSync
(
"
tourist
"
);
//是否是游客模式 0 否 1 是
//检测更新
setTimeout
(()
=>
{
// #ifdef APP-PLUS
...
...
pages/user/fenxiao/bankcard/bankcard.vue
View file @
da168ea8
...
...
@@ -115,7 +115,7 @@
//删除 解绑 银行卡
async
deleteBankfun
(
index
,
item
){
let
res
=
await
deleteBank
({
bankid
:
item
.
bank_
id
,
//会员银行卡记录id
bankid
:
item
.
id
,
//会员银行卡记录id
});
if
(
res
.
code
==
0
){
this
.
$api
.
msg
(
res
.
msg
);
...
...
pages/user/reseller/reseller.vue
View file @
da168ea8
...
...
@@ -95,7 +95,7 @@
</eModal>
<!-- 绑定手机号 -->
<view
class=
"submitbtn OutTourist"
@
tap=
"OutTourist"
>
退出游客模式
</view>
<view
v-if=
"tourist==1"
class=
"submitbtn OutTourist"
@
tap=
"OutTourist"
>
退出游客模式
</view>
</view>
</
template
>
...
...
@@ -113,6 +113,7 @@
visible
:
false
,
mobile
:
''
,
counts
:
{},
//统计的数据
tourist
:
0
,
}
},
components
:
{
...
...
@@ -128,6 +129,8 @@
// uni.stopPullDownRefresh();//结束下拉刷新
},
onShow
()
{
this
.
tourist
=
uni
.
getStorageSync
(
"
tourist
"
);
//是否是游客模式 0 否 1 是
this
.
getstoreIndex
();
//检测更新
setTimeout
(()
=>
{
...
...
pages/yjWithdraw/yjWithdraw.vue
View file @
da168ea8
...
...
@@ -170,8 +170,8 @@
<!-- 密码输入弹窗 -->
<best-payment-password
:show=
"payFlag"
:money=
"showmoney"
:msg=
"msg"
:forget=
"true"
:value=
"paymentPwd"
digits=
"6"
@
submit=
"checkPwd"
@
cancel=
"togglePayment"
></best-payment-password>
<VerifyIdentity
ref=
"VerifyIdentity"
v-model=
"
userInfo.
mobile"
type=
"sms_withdraw"
@
fromSubmitfun=
"fromSubmitfun"
></VerifyIdentity>
<!-- userInfo.mobile -->
<VerifyIdentity
ref=
"VerifyIdentity"
v-model=
"mobile"
type=
"sms_withdraw"
@
fromSubmitfun=
"fromSubmitfun"
></VerifyIdentity>
<!-- userinfo.mobile -->
<!-- 验证身份组件 -->
...
...
@@ -394,7 +394,7 @@
let
res
=
await
storeIndex
({
})
console
.
info
(
res
,
"
res
"
);
if
(
res
.
code
==
0
)
{
// //
// //this.userCount = res.data;
...
...
utils/request.js
View file @
da168ea8
...
...
@@ -111,8 +111,8 @@ export default function request(api, method, data, {noAuth = false, noVerify = f
// data.token = store.state.token;//有token 需要把token 带上
}
console
.
info
(
"
Url + api
"
,
Url
+
api
);
console
.
info
(
"
data
"
,
data
);
//
console.info("Url + api",Url + api);
//
console.info("data",data);
return
new
Promise
((
reslove
,
reject
)
=>
{
uni
.
request
({
url
:
Url
+
api
,
...
...
@@ -120,7 +120,7 @@ export default function request(api, method, data, {noAuth = false, noVerify = f
header
:
header
,
data
:
data
||
{},
success
:
(
res
)
=>
{
console
.
info
(
res
,
"
res
"
);
//
console.info(res,"res");
// uni.hideLoading();
if
(
noVerify
)
reslove
(
res
.
data
,
res
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment