Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello_taobao
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
wildfirecode13
hello_taobao
Commits
dba6adba
Commit
dba6adba
authored
Sep 10, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4bfca2ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
20 deletions
+16
-20
index$.worker.js
dist/.tea/entryFiles-development/index$.worker.js
+13
-16
app.js
dist/app.js
+1
-1
myprize.js
dist/pages/myprize/myprize.js
+2
-2
pageshou_ye.js
dist/pages/pageshou_ye/pageshou_ye.js
+0
-1
No files found.
dist/.tea/entryFiles-development/index$.worker.js
View file @
dba6adba
...
...
@@ -5,22 +5,19 @@ self.__appxInited = 1;
require
(
'./config$'
);
if
(
navigator
.
userAgent
&&
(
navigator
.
userAgent
.
indexOf
(
'LyraVM'
)
>
0
||
navigator
.
userAgent
.
indexOf
(
'AlipayIDE'
)
>
0
)
)
{
var
AFAppX
=
self
.
AFAppX
.
getAppContext
?
self
.
AFAppX
.
getAppContext
().
AFAppX
:
self
.
AFAppX
;
}
else
{
importScripts
(
'https://appx/af-appx.worker.min.js'
);
var
AFAppX
=
self
.
AFAppX
;
}
self
.
getCurrentPages
=
AFAppX
.
getCurrentPages
;
self
.
getApp
=
AFAppX
.
getApp
;
self
.
Page
=
AFAppX
.
Page
;
self
.
App
=
AFAppX
.
App
;
self
.
my
=
AFAppX
.
bridge
||
AFAppX
.
abridge
;
self
.
abridge
=
self
.
my
;
self
.
Component
=
AFAppX
.
WorkerComponent
||
function
(){};
self
.
$global
=
AFAppX
.
$global
;
self
.
requirePlugin
=
AFAppX
.
requirePlugin
;
var
AFAppX
=
self
.
AFAppX
.
getAppContext
?
self
.
AFAppX
.
getAppContext
().
AFAppX
:
self
.
AFAppX
;
self
.
getCurrentPages
=
AFAppX
.
getCurrentPages
;
self
.
getApp
=
AFAppX
.
getApp
;
self
.
Page
=
AFAppX
.
Page
;
self
.
App
=
AFAppX
.
App
;
self
.
my
=
AFAppX
.
bridge
||
AFAppX
.
abridge
;
self
.
abridge
=
self
.
my
;
self
.
Component
=
AFAppX
.
WorkerComponent
||
function
(){};
self
.
$global
=
AFAppX
.
$global
;
self
.
requirePlugin
=
AFAppX
.
requirePlugin
;
if
(
AFAppX
.
registerApp
)
{
AFAppX
.
registerApp
({
...
...
dist/app.js
View file @
dba6adba
...
...
@@ -6,7 +6,7 @@ cloud.init({
});
App
({
//
requestType: 'cloud', // yapi,cloud: 云函数
requestType
:
'cloud'
,
// yapi,cloud: 云函数
requestType
:
'yapi'
,
// yapi,cloud: 云函数
cloudName
:
'floor'
,
// 主云函数项目名 base clientTemplate2C
cloud
,
...
...
dist/pages/myprize/myprize.js
View file @
dba6adba
...
...
@@ -27,8 +27,8 @@ Page({
failBth
:
'//yun.duiba.com.cn/spark/assets/8267375232058a6d0140270b1594427fb08d6ae3.png'
,
//领取失败
},
logisticsImage
:
{
shipped
:
'//yun.dui
88.com/duiba-components-c-myprizeprize_shipped
.png'
,
// 已发货物理弹窗
notShipped
:
'//yun.dui
88.com/duiba-components-c-myprizenotshipped
.png'
,
// 待发货物流弹窗
shipped
:
'//yun.dui
ba.com.cn/aurora/assets/3a7b68ec171ee339ce619d19f6ae3f9c1e6d801a
.png'
,
// 已发货物理弹窗
notShipped
:
'//yun.dui
ba.com.cn/aurora/assets/ee0300d7b472c555ecf0b7b8d582fcf9189c2d19
.png'
,
// 待发货物流弹窗
copyIcon
:
'//yun.dui88.com/duiba-components-c-myprizemyprize_copy_code.png'
,
//复制
},
btnStyle
:
{
// 按钮自定义样式
...
...
dist/pages/pageshou_ye/pageshou_ye.js
View file @
dba6adba
...
...
@@ -33,7 +33,6 @@ Page({
gotoVipPage
()
{
let
{
endTime
,
startTime
}
=
this
.
data
API
.
getVipInfo
().
then
(
res
=>
{
// res.data.isVip=true;
// 判断活动时间
let
currentTime
=
new
Date
().
getTime
();
if
(
currentTime
<
startTime
){
...
...
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