Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panyongping
uni-pdtravel
Commits
9133469d
Commit
9133469d
authored
Sep 30, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组合票支付宝小程序不显示处理
parent
16c447a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
distributionCombiChoose.vue
...ation/distributionCombiChoose/distributionCombiChoose.vue
+2
-0
index.vue
pages/indexs/index/index.vue
+2
-2
login.vue
pages/login/login.vue
+6
-2
No files found.
pages/combination/distributionCombiChoose/distributionCombiChoose.vue
View file @
9133469d
...
@@ -190,6 +190,7 @@
...
@@ -190,6 +190,7 @@
</view>
</view>
</u-popup>
</u-popup>
<!-- 自定义导航栏 -->
<!-- 自定义导航栏 -->
<!--#ifdef MP-WEIXIN-->
<view
class=
"tabbar"
:style=
"{height:topHeight+'px',opacity:tabbarOpacity}"
>
<view
class=
"tabbar"
:style=
"{height:topHeight+'px',opacity:tabbarOpacity}"
>
<view
class=
"tabbar-title"
>
<view
class=
"tabbar-title"
>
<u-icon
@
click=
"goTop()"
name=
"arrow-left"
color=
"#333333"
size=
"48"
></u-icon>
<u-icon
@
click=
"goTop()"
name=
"arrow-left"
color=
"#333333"
size=
"48"
></u-icon>
...
@@ -197,6 +198,7 @@
...
@@ -197,6 +198,7 @@
<text></text>
<text></text>
</view>
</view>
</view>
</view>
<!-- #endif -->
</view>
</view>
</template>
</template>
...
...
pages/indexs/index/index.vue
View file @
9133469d
<
template
>
<
template
>
<view
class=
"wrap"
>
<view
class=
"wrap"
>
<!-- #ifdef MP-WEIXIN -->
<view
class=
"search"
>
<view
class=
"search"
>
<text>
重庆
</text>
<text>
重庆
</text>
<view
class=
"search-right"
>
<view
class=
"search-right"
>
<u-icon
name=
"search"
style=
"margin-right: 10rpx;"
></u-icon>
<u-icon
name=
"search"
style=
"margin-right: 10rpx;"
></u-icon>
<input
placeholder=
"商品/用户/关键词搜索"
disabled
/>
<input
placeholder=
"商品/用户/关键词搜索"
disabled
/>
</view>
</view>
</view>
</view>
<!-- #endif -->
<view
class=
"middle"
>
<view
class=
"middle"
>
<view
class=
"tabbar"
>
<view
class=
"tabbar"
>
<view
@
click=
"jumpPage(item.projectLinkUrl)"
v-for=
"(item,index) in iconList"
:key=
'index'
v-show=
"item.projectStatus==0"
>
<view
@
click=
"jumpPage(item.projectLinkUrl)"
v-for=
"(item,index) in iconList"
:key=
'index'
v-show=
"item.projectStatus==0"
>
...
...
pages/login/login.vue
View file @
9133469d
...
@@ -12,14 +12,18 @@ export default {
...
@@ -12,14 +12,18 @@ export default {
onLoad
()
{
onLoad
()
{
this
.
getCodeLogin
()
this
.
getCodeLogin
()
},
},
// 一般页面用onUnload
// tabbar页面用onHide
onUnload
()
{
onUnload
()
{
if
(
this
.
timer
)
{
if
(
this
.
timer
)
{
clearTimeout
(
this
.
timer
)
clearTimeout
(
this
.
timer
)
this
.
timer
=
null
this
.
timer
=
null
}
}
},
},
onHide
()
{
if
(
this
.
timer
)
{
clearTimeout
(
this
.
timer
)
this
.
timer
=
null
}
},
methods
:{
methods
:{
//---获取编码并登录
//---获取编码并登录
getCodeLogin
(){
getCodeLogin
(){
...
...
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