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
c86001dc
Commit
c86001dc
authored
Nov 18, 2021
by
zhoucong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加临时缓存说明
parent
1e8ba92e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+0
-7
orderPayment.vue
pages/orderPayment/orderPayment.vue
+6
-0
projectIntruduce
projectIntruduce
+7
-0
No files found.
pages/my/order/electronicTicket/electronicTicket.vue
View file @
c86001dc
...
@@ -12,13 +12,6 @@
...
@@ -12,13 +12,6 @@
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
//相册完成支付后删除Storage内保存的数据
uni
.
removeStorageSync
(
'productVo'
)
uni
.
removeStorageSync
(
'coverInside'
)
uni
.
removeStorageSync
(
'imgList'
)
uni
.
removeStorageSync
(
'checkList'
)
uni
.
removeStorageSync
(
'sortImglist'
)
let
pdOpenid
=
uni
.
getStorageSync
(
"openid"
)
//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
let
pdOpenid
=
uni
.
getStorageSync
(
"openid"
)
//胖丁小程序openid,临时用,当公众号授权做好之后可以删除
let
pdToken
=
uni
.
getStorageSync
(
"token"
)
let
pdToken
=
uni
.
getStorageSync
(
"token"
)
let
pdCreateUserId
=
uni
.
getStorageSync
(
"createUserId"
)
let
pdCreateUserId
=
uni
.
getStorageSync
(
"createUserId"
)
...
...
pages/orderPayment/orderPayment.vue
View file @
c86001dc
...
@@ -184,6 +184,12 @@
...
@@ -184,6 +184,12 @@
signType
:
this
.
signType
,
signType
:
this
.
signType
,
paySign
:
this
.
paySign
,
paySign
:
this
.
paySign
,
success
:
function
(
res
)
{
success
:
function
(
res
)
{
//相册完成支付后删除Storage内保存的数据
// uni.removeStorageSync('productVo')
// uni.removeStorageSync('coverInside')
// uni.removeStorageSync('imgList')
// uni.removeStorageSync('checkList')
// uni.removeStorageSync('sortImglist')
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
"../my/order/electronicTicket/electronicTicket?orderId="
+
_this
.
orderId
url
:
"../my/order/electronicTicket/electronicTicket?orderId="
+
_this
.
orderId
})
})
...
...
projectIntruduce
View file @
c86001dc
...
@@ -6,3 +6,10 @@
...
@@ -6,3 +6,10 @@
4.uni.getStorageSync("userId") //平台id
4.uni.getStorageSync("userId") //平台id
5.uni.getStorageSync("alipayQrCode") //支付宝参数码
5.uni.getStorageSync("alipayQrCode") //支付宝参数码
6.uni.getStorageSync("enterOptions") //进入项目参数
6.uni.getStorageSync("enterOptions") //进入项目参数
//VLOG相册
7.uni.getStorageSync("productVo") //选择的产品信息
8.uni.getStorageSync("coverInside") //选择的封面
9.uni.getStorageSync("imgList") //上传的图片
10.uni.getStorageSync("checkList") //选中的图片下标
11.uni.getStorageSync("sortImglist") //排序后的图片
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