Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7_Eleven_Alipay
Overview
Overview
Details
Activity
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
高淑倩
7_Eleven_Alipay
Commits
b7b90eaa
Commit
b7b90eaa
authored
Apr 19, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段
parent
59b44945
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
89 additions
and
52 deletions
+89
-52
mini-program.json
.tea/configuration/mini-program.json
+0
-0
editor.json
.tea/editor.json
+0
-0
editorTabs.json
.tea/editorTabs.json
+2
-2
index$.web.js
.tea/entryFiles-development/index$.web.js
+3
-3
index$.worker.js
.tea/entryFiles-development/index$.worker.js
+3
-4
config$.js
.tea/entryFiles-production/config$.js
+1
-22
index$.web.js
.tea/entryFiles-production/index$.web.js
+20
-0
index$.worker.js
.tea/entryFiles-production/index$.worker.js
+22
-5
recentlyTouched.json
.tea/recentlyTouched.json
+2
-2
app.json
app.json
+5
-5
index.js
config/index.js
+2
-2
integralWater.js
pages/integralWater/integralWater.js
+1
-1
valueCardInfo.js
subPackage/page/pages/valueCardInfo/valueCardInfo.js
+11
-1
pointActivityGroup.acss
...geA/page/pages/pointActivityGroup/pointActivityGroup.acss
+10
-0
pointActivityGroup.axml
...geA/page/pages/pointActivityGroup/pointActivityGroup.axml
+3
-1
pointActivityGroup.js
...kageA/page/pages/pointActivityGroup/pointActivityGroup.js
+2
-2
pointActivityGroup.json
...geA/page/pages/pointActivityGroup/pointActivityGroup.json
+1
-1
pointExchangeCoupon.acss
...A/page/pages/pointExchangeCoupon/pointExchangeCoupon.acss
+0
-0
pointExchangeCoupon.axml
...A/page/pages/pointExchangeCoupon/pointExchangeCoupon.axml
+0
-0
pointExchangeCoupon.js
...geA/page/pages/pointExchangeCoupon/pointExchangeCoupon.js
+1
-1
pointExchangeCoupon.json
...A/page/pages/pointExchangeCoupon/pointExchangeCoupon.json
+0
-0
pointExchangeGoods.acss
...geA/page/pages/pointExchangeGoods/pointExchangeGoods.acss
+0
-0
pointExchangeGoods.axml
...geA/page/pages/pointExchangeGoods/pointExchangeGoods.axml
+0
-0
pointExchangeGoods.js
...kageA/page/pages/pointExchangeGoods/pointExchangeGoods.js
+0
-0
pointExchangeGoods.json
...geA/page/pages/pointExchangeGoods/pointExchangeGoods.json
+0
-0
No files found.
.tea/configuration/mini-program.json
View file @
b7b90eaa
This diff is collapsed.
Click to expand it.
.tea/editor.json
View file @
b7b90eaa
This source diff could not be displayed because it is too large. You can
view the blob
instead.
.tea/editorTabs.json
View file @
b7b90eaa
{
"tabs"
:[],
"current"
:
"file:///d%3A/work/711Web/711/7_Eleven_Alipay/config/index.js"
,
"storageVersion"
:
"0.70.14"
}
{
"tabs"
:[
"file:///d%3A/work/711Web/711/7_Eleven_Alipay/config/index.js"
,
"file:///d%3A/work/711Web/711/7_Eleven_Alipay/pages/userCenter/userCenter.axml"
,
"file:///d%3A/work/711Web/711/7_Eleven_Alipay/component/personCenter/personCenter.js"
,
"file:///d%3A/work/711Web/711/7_Eleven_Alipay/component/personCenter/personCenter.axml"
,
"file:///d%3A/work/711Web/711/7_Eleven_Alipay/subPackage/page/pages/valueCardInfo/valueCardInfo.js"
],
"current"
:
"file:///d%3A/work/711Web/711/7_Eleven_Alipay/subPackage/page/pages/valueCardInfo/valueCardInfo.js"
,
"storageVersion"
:
"0.70.14"
}
\ No newline at end of file
\ No newline at end of file
.tea/entryFiles-development/index$.web.js
View file @
b7b90eaa
...
@@ -34,6 +34,9 @@ require('../../pages/integralMallDetail/integralMallDetail');
...
@@ -34,6 +34,9 @@ require('../../pages/integralMallDetail/integralMallDetail');
require
(
'../../pages/activateCard/activateCardCallback'
);
require
(
'../../pages/activateCard/activateCardCallback'
);
require
(
'../../pages/pointList/pointList'
);
require
(
'../../pages/pointList/pointList'
);
require
(
'../../pages/pointDetail/pointDetail'
);
require
(
'../../pages/pointDetail/pointDetail'
);
require
(
'../../subPackageA/page/pages/pointActivityGroup/pointActivityGroup'
);
require
(
'../../subPackageA/page/pages/pointExchangeCoupon/pointExchangeCoupon'
);
require
(
'../../subPackageA/page/pages/pointExchangeGoods/pointExchangeGoods'
);
require
(
'../../subPackage/page/pages/subPage/subPage'
);
require
(
'../../subPackage/page/pages/subPage/subPage'
);
require
(
'../../subPackage/page/pages/h5/h5page'
);
require
(
'../../subPackage/page/pages/h5/h5page'
);
require
(
'../../subPackage/page/pages/pointGoodsList/pointGoodsList'
);
require
(
'../../subPackage/page/pages/pointGoodsList/pointGoodsList'
);
...
@@ -48,6 +51,3 @@ require('../../subPackage/page/pages/valueCardInfo/valueCardInfo');
...
@@ -48,6 +51,3 @@ require('../../subPackage/page/pages/valueCardInfo/valueCardInfo');
require
(
'../../subPackage/page/pages/valueCardRecords/valueCardRecords'
);
require
(
'../../subPackage/page/pages/valueCardRecords/valueCardRecords'
);
require
(
'../../subPackage/page/pages/myValueCard/myValueCard'
);
require
(
'../../subPackage/page/pages/myValueCard/myValueCard'
);
require
(
'../../subPackage/page/pages/myValueCardInfo/myValueCardInfo'
);
require
(
'../../subPackage/page/pages/myValueCardInfo/myValueCardInfo'
);
require
(
'../../subPackage/page/pages/pointActivityGroup/pointActivityGroup'
);
require
(
'../../subPackage/page/pages/pointExchangeCoupon/pointExchangeCoupon'
);
require
(
'../../subPackage/page/pages/pointExchangeGoods/pointExchangeGoods'
);
.tea/entryFiles-development/index$.worker.js
View file @
b7b90eaa
...
@@ -51,6 +51,9 @@ require('../../pages/integralMallDetail/integralMallDetail');
...
@@ -51,6 +51,9 @@ require('../../pages/integralMallDetail/integralMallDetail');
require
(
'../../pages/activateCard/activateCardCallback'
);
require
(
'../../pages/activateCard/activateCardCallback'
);
require
(
'../../pages/pointList/pointList'
);
require
(
'../../pages/pointList/pointList'
);
require
(
'../../pages/pointDetail/pointDetail'
);
require
(
'../../pages/pointDetail/pointDetail'
);
require
(
'../../subPackageA/page/pages/pointActivityGroup/pointActivityGroup'
);
require
(
'../../subPackageA/page/pages/pointExchangeCoupon/pointExchangeCoupon'
);
require
(
'../../subPackageA/page/pages/pointExchangeGoods/pointExchangeGoods'
);
require
(
'../../subPackage/page/pages/subPage/subPage'
);
require
(
'../../subPackage/page/pages/subPage/subPage'
);
require
(
'../../subPackage/page/pages/h5/h5page'
);
require
(
'../../subPackage/page/pages/h5/h5page'
);
require
(
'../../subPackage/page/pages/pointGoodsList/pointGoodsList'
);
require
(
'../../subPackage/page/pages/pointGoodsList/pointGoodsList'
);
...
@@ -65,9 +68,6 @@ require('../../subPackage/page/pages/valueCardInfo/valueCardInfo');
...
@@ -65,9 +68,6 @@ require('../../subPackage/page/pages/valueCardInfo/valueCardInfo');
require
(
'../../subPackage/page/pages/valueCardRecords/valueCardRecords'
);
require
(
'../../subPackage/page/pages/valueCardRecords/valueCardRecords'
);
require
(
'../../subPackage/page/pages/myValueCard/myValueCard'
);
require
(
'../../subPackage/page/pages/myValueCard/myValueCard'
);
require
(
'../../subPackage/page/pages/myValueCardInfo/myValueCardInfo'
);
require
(
'../../subPackage/page/pages/myValueCardInfo/myValueCardInfo'
);
require
(
'../../subPackage/page/pages/pointActivityGroup/pointActivityGroup'
);
require
(
'../../subPackage/page/pages/pointExchangeCoupon/pointExchangeCoupon'
);
require
(
'../../subPackage/page/pages/pointExchangeGoods/pointExchangeGoods'
);
}
}
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
}
}
\ No newline at end of file
.tea/entryFiles-production/config$.js
View file @
b7b90eaa
...
@@ -2,27 +2,6 @@
...
@@ -2,27 +2,6 @@
const
g
=
typeof
global
!==
'undefined'
?
global
:
self
;
const
g
=
typeof
global
!==
'undefined'
?
global
:
self
;
g
.
appXAppJson
=
{
g
.
appXAppJson
=
{
"app"
:
{
"app"
:
{
"$homepage"
:
"pages/userCenter/userCenter"
,
"$homepage"
:
"pages/userCenter/userCenter"
"subPackages"
:
[
{
"root"
:
"subPackage/page"
,
"pages"
:
[
"pages/subPage/subPage"
,
"pages/h5/h5page"
,
"pages/pointGoodsList/pointGoodsList"
,
"pages/goToHome/goToHome"
,
"pages/aliPayCoupon/aliPayCoupon"
,
"pages/IntegralMallGoods/IntegralMallGoods"
,
"pages/IntegrateGoodsExchangeInfo/IntegrateGoodsExchangeInfo"
,
"pages/exchangeAddress/exchangeAddress"
,
"pages/recordList/recordList"
,
"pages/valueCard/valueCard"
,
"pages/valueCardInfo/valueCardInfo"
,
"pages/valueCardRecords/valueCardRecords"
,
"pages/myValueCard/myValueCard"
,
"pages/myValueCardInfo/myValueCardInfo"
]
}
]
}
}
};
};
.tea/entryFiles-production/index$.web.js
View file @
b7b90eaa
...
@@ -16,6 +16,9 @@ require('../../component/dialog/dialog');
...
@@ -16,6 +16,9 @@ require('../../component/dialog/dialog');
require
(
'../../component/progressPoint/progressPoint'
);
require
(
'../../component/progressPoint/progressPoint'
);
require
(
'../../component/progressImage/progressImage'
);
require
(
'../../component/progressImage/progressImage'
);
require
(
'../../component/authorization-modal-point/authorization-modal-point'
);
require
(
'../../component/authorization-modal-point/authorization-modal-point'
);
require
(
'../../component/dialogStockEmpty/dialogStockEmpty'
);
require
(
'../../component/dialogUserLimit/dialogUserLimit'
);
require
(
'../../component/citySelection/citySelection'
);
require
(
'../../pages/userCenter/userCenter'
);
require
(
'../../pages/userCenter/userCenter'
);
require
(
'../../pages/mySpend/mySpend'
);
require
(
'../../pages/mySpend/mySpend'
);
require
(
'../../pages/memberOfOwn/memberOfOwn'
);
require
(
'../../pages/memberOfOwn/memberOfOwn'
);
...
@@ -31,3 +34,20 @@ require('../../pages/integralMallDetail/integralMallDetail');
...
@@ -31,3 +34,20 @@ require('../../pages/integralMallDetail/integralMallDetail');
require
(
'../../pages/activateCard/activateCardCallback'
);
require
(
'../../pages/activateCard/activateCardCallback'
);
require
(
'../../pages/pointList/pointList'
);
require
(
'../../pages/pointList/pointList'
);
require
(
'../../pages/pointDetail/pointDetail'
);
require
(
'../../pages/pointDetail/pointDetail'
);
require
(
'../../subPackageA/page/pages/pointActivityGroup/pointActivityGroup'
);
require
(
'../../subPackageA/page/pages/pointExchangeCoupon/pointExchangeCoupon'
);
require
(
'../../subPackageA/page/pages/pointExchangeGoods/pointExchangeGoods'
);
require
(
'../../subPackage/page/pages/subPage/subPage'
);
require
(
'../../subPackage/page/pages/h5/h5page'
);
require
(
'../../subPackage/page/pages/pointGoodsList/pointGoodsList'
);
require
(
'../../subPackage/page/pages/goToHome/goToHome'
);
require
(
'../../subPackage/page/pages/aliPayCoupon/aliPayCoupon'
);
require
(
'../../subPackage/page/pages/IntegralMallGoods/IntegralMallGoods'
);
require
(
'../../subPackage/page/pages/IntegrateGoodsExchangeInfo/IntegrateGoodsExchangeInfo'
);
require
(
'../../subPackage/page/pages/exchangeAddress/exchangeAddress'
);
require
(
'../../subPackage/page/pages/recordList/recordList'
);
require
(
'../../subPackage/page/pages/valueCard/valueCard'
);
require
(
'../../subPackage/page/pages/valueCardInfo/valueCardInfo'
);
require
(
'../../subPackage/page/pages/valueCardRecords/valueCardRecords'
);
require
(
'../../subPackage/page/pages/myValueCard/myValueCard'
);
require
(
'../../subPackage/page/pages/myValueCardInfo/myValueCardInfo'
);
.tea/entryFiles-production/index$.worker.js
View file @
b7b90eaa
/*BUGME_START*/
if
(
!
self
.
__appxInited
)
{
const
__BUGME_START__
=
1
;
(()
=>
{
let
CircularJSON
=
JSON
;
const
originalAddEventListener
=
self
.
addEventListener
,
replacer
=
(
e
,
t
)
=>
void
0
===
t
?
"©undefined"
:
null
===
t
?
"©null"
:
t
===-
1
/
0
?
"©- Infinity"
:
t
===
1
/
0
?
"©Infinity"
:
"number"
==
typeof
t
&&
isNaN
(
t
)?
"©NaN"
:
"function"
==
typeof
t
?
"©function"
:
t
;
try
{
CircularJSON
=
eval
(
'(function(JSON,RegExp){var specialChar="~",safeSpecialChar="
\\\\
x"+("0"+specialChar.charCodeAt(0).toString(16)).slice(-2),escapedSafeSpecialChar="
\\\\
"+safeSpecialChar,specialCharRG=new RegExp(safeSpecialChar,"g"),safeSpecialCharRG=new RegExp(escapedSafeSpecialChar,"g"),safeStartWithSpecialCharRG=new RegExp("(?:^|([^
\\\\\\\\
]))"+escapedSafeSpecialChar),indexOf=[].indexOf||function(v){for(var i=this.length;i--&&this[i]!==v;);return i},$String=String;function generateReplacer(value,replacer,resolve){var doNotIgnore=false,inspect=!!replacer,path=[],all=[value],seen=[value],mapp=[resolve?specialChar:"[Circular]"],last=value,lvl=1,i,fn;if(inspect){fn=typeof replacer==="object"?function(key,value){return key!==""&&replacer.indexOf(key)<0?void 0:value}:replacer}return function(key,value){if(inspect)value=fn.call(this,key,value);if(doNotIgnore){if(last!==this){i=lvl-indexOf.call(all,this)-1;lvl-=i;all.splice(lvl,all.length);path.splice(lvl-1,path.length);last=this}if(typeof value==="object"&&value){if(indexOf.call(all,value)<0){all.push(last=value)}lvl=all.length;i=indexOf.call(seen,value);if(i<0){i=seen.push(value)-1;if(resolve){path.push((""+key).replace(specialCharRG,safeSpecialChar));mapp[i]=specialChar+path.join(specialChar)}else{mapp[i]=mapp[0]}}else{value=mapp[i]}}else{if(typeof value==="string"&&resolve){value=value.replace(safeSpecialChar,escapedSafeSpecialChar).replace(specialChar,safeSpecialChar)}}}else{doNotIgnore=true}return value}}function retrieveFromPath(current,keys){for(var i=0,length=keys.length;i<length;current=current[keys[i++].replace(safeSpecialCharRG,specialChar)]);return current}function generateReviver(reviver){return function(key,value){var isString=typeof value==="string";if(isString&&value.charAt(0)===specialChar){return new $String(value.slice(1))}if(key==="")value=regenerate(value,value,{});if(isString)value=value.replace(safeStartWithSpecialCharRG,"$1"+specialChar).replace(escapedSafeSpecialChar,safeSpecialChar);return reviver?reviver.call(this,key,value):value}}function regenerateArray(root,current,retrieve){for(var i=0,length=current.length;i<length;i++){current[i]=regenerate(root,current[i],retrieve)}return current}function regenerateObject(root,current,retrieve){for(var key in current){if(current.hasOwnProperty(key)){current[key]=regenerate(root,current[key],retrieve)}}return current}function regenerate(root,current,retrieve){return current instanceof Array?regenerateArray(root,current,retrieve):current instanceof $String?current.length?retrieve.hasOwnProperty(current)?retrieve[current]:retrieve[current]=retrieveFromPath(root,current.split(specialChar)):root:current instanceof Object?regenerateObject(root,current,retrieve):current}var CircularJSON={stringify:function stringify(value,replacer,space,doNotResolve){return CircularJSON.parser.stringify(value,generateReplacer(value,replacer,!doNotResolve),space)},parse:function parse(text,reviver){return CircularJSON.parser.parse(text,generateReviver(reviver))},parser:JSON};return CircularJSON})(JSON,RegExp)'
)}
catch
(
e
){
console
.
error
(
e
)}
const
OriginalFunction
=
Function
,
OriginalFetch
=
self
.
fetch
,
OriginalBridgeCall
=
self
.
AlipayJSBridge
&&
self
.
AlipayJSBridge
.
call
,
callInternalAPI
=
(
e
,
t
)
=>
{
const
n
=
{
data
:{
method
:
e
,
param
:
t
},
action
:
"internalAPI"
},
o
=
encodeURIComponent
(
JSON
.
stringify
(
n
));
OriginalFetch
?
OriginalFetch
(
`https://alipay.kylinBridge/?data=
${
o
}
`
,{
mode
:
"no-cors"
}).
then
(()
=>
{}).
catch
(()
=>
{}):
OriginalBridgeCall
(
"internalAPI"
,{
method
:
e
,
param
:
t
})},
eventHandler
=
e
=>
{
try
{
if
(
e
.
fromVConsoleToWorker
){
const
{
requestId
:
t
}
=
e
;
if
(
"exec"
===
e
.
method
){
const
n
=
e
=>
callInternalAPI
(
"tinyDebugConsole"
,{
type
:
"msgFromWorkerToVConsole"
,
content
:
CircularJSON
.
stringify
({
requestId
:
t
,
returnValue
:
e
},
replacer
)});
try
{
new
OriginalFunction
(
"requestId"
,
"sendBack"
,
`\n var res =
${
e
.
script
}
;\n console.log(res);\n `
)(
t
,
n
)}
catch
(
e
){
console
.
error
(
`
${
e
.
name
}
:
${
e
.
message
}
`
)}}}}
catch
(
e
){}};
setTimeout
(()
=>
{
self
.
document
&&
self
.
document
.
addEventListener
(
"push"
,
e
=>
{
try
{
eventHandler
(
JSON
.
parse
(
e
.
data
.
param
.
content
))}
catch
(
e
){}}),
originalAddEventListener
&&
originalAddEventListener
(
"push"
,
e
=>
{
try
{
const
t
=
JSON
.
parse
(
JSON
.
parse
(
e
.
data
.
text
()).
param
.
data
.
content
);
eventHandler
(
t
)}
catch
(
e
){}})},
10
),[
"log"
,
"info"
,
"error"
,
"debug"
,
"warn"
].
forEach
(
e
=>
{
const
t
=
`o
${
e
}
`
;
console
[
t
]
||
(
console
[
t
]
=
console
[
e
],
console
[
e
]
=
(...
n
)
=>
{
let
o
;
console
[
t
](...
n
);
try
{
o
=
CircularJSON
.
stringify
(
n
.
map
(
e
=>
e
instanceof
Error
?
`
${
e
.
name
}
:
${
e
.
message
}
`
:
e
),
replacer
)}
catch
(
e
){
return
void
console
.
error
(
`
${
e
.
name
}
:
${
e
.
message
}
`
)}
callInternalAPI
(
"tinyDebugConsole"
,{
content
:
o
,
type
:
`console_
${
e
}
`
})})})})();
const
__BUGME_END__
=
1
;
/*BUGME_END*/
if
(
!
self
.
__appxInited
)
{
self
.
__appxInited
=
1
;
self
.
__appxInited
=
1
;
require
(
'@alipay/appx-compiler/lib/sjsEnvInit'
);
require
(
'@alipay/appx-compiler/lib/sjsEnvInit'
);
...
@@ -37,6 +33,9 @@ require('../../component/dialog/dialog');
...
@@ -37,6 +33,9 @@ require('../../component/dialog/dialog');
require
(
'../../component/progressPoint/progressPoint'
);
require
(
'../../component/progressPoint/progressPoint'
);
require
(
'../../component/progressImage/progressImage'
);
require
(
'../../component/progressImage/progressImage'
);
require
(
'../../component/authorization-modal-point/authorization-modal-point'
);
require
(
'../../component/authorization-modal-point/authorization-modal-point'
);
require
(
'../../component/dialogStockEmpty/dialogStockEmpty'
);
require
(
'../../component/dialogUserLimit/dialogUserLimit'
);
require
(
'../../component/citySelection/citySelection'
);
require
(
'../../pages/userCenter/userCenter'
);
require
(
'../../pages/userCenter/userCenter'
);
require
(
'../../pages/mySpend/mySpend'
);
require
(
'../../pages/mySpend/mySpend'
);
require
(
'../../pages/memberOfOwn/memberOfOwn'
);
require
(
'../../pages/memberOfOwn/memberOfOwn'
);
...
@@ -52,6 +51,23 @@ require('../../pages/integralMallDetail/integralMallDetail');
...
@@ -52,6 +51,23 @@ require('../../pages/integralMallDetail/integralMallDetail');
require
(
'../../pages/activateCard/activateCardCallback'
);
require
(
'../../pages/activateCard/activateCardCallback'
);
require
(
'../../pages/pointList/pointList'
);
require
(
'../../pages/pointList/pointList'
);
require
(
'../../pages/pointDetail/pointDetail'
);
require
(
'../../pages/pointDetail/pointDetail'
);
require
(
'../../subPackageA/page/pages/pointActivityGroup/pointActivityGroup'
);
require
(
'../../subPackageA/page/pages/pointExchangeCoupon/pointExchangeCoupon'
);
require
(
'../../subPackageA/page/pages/pointExchangeGoods/pointExchangeGoods'
);
require
(
'../../subPackage/page/pages/subPage/subPage'
);
require
(
'../../subPackage/page/pages/h5/h5page'
);
require
(
'../../subPackage/page/pages/pointGoodsList/pointGoodsList'
);
require
(
'../../subPackage/page/pages/goToHome/goToHome'
);
require
(
'../../subPackage/page/pages/aliPayCoupon/aliPayCoupon'
);
require
(
'../../subPackage/page/pages/IntegralMallGoods/IntegralMallGoods'
);
require
(
'../../subPackage/page/pages/IntegrateGoodsExchangeInfo/IntegrateGoodsExchangeInfo'
);
require
(
'../../subPackage/page/pages/exchangeAddress/exchangeAddress'
);
require
(
'../../subPackage/page/pages/recordList/recordList'
);
require
(
'../../subPackage/page/pages/valueCard/valueCard'
);
require
(
'../../subPackage/page/pages/valueCardInfo/valueCardInfo'
);
require
(
'../../subPackage/page/pages/valueCardRecords/valueCardRecords'
);
require
(
'../../subPackage/page/pages/myValueCard/myValueCard'
);
require
(
'../../subPackage/page/pages/myValueCardInfo/myValueCardInfo'
);
}
}
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
}
}
\ No newline at end of file
.tea/recentlyTouched.json
View file @
b7b90eaa
{
"files"
:[
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
app.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointExchangeGoods
\\
pointExchangeGoods.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointExchangeGoods
\\
pointExchangeGoods.acss"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointExchangeCoupon
\\
pointExchangeCoupon.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointExchangeCoupon
\\
pointExchangeCoupon.acss"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegralMallGoods
\\
IntegralMallGoods.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegralMallGoods
\\
IntegralMallGoods.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointActivityGroup
\\
pointActivityGroup.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointExchangeCoupon
\\
pointExchangeCoupon.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointExchangeCoupon
\\
pointExchangeCoupon.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegralMallGoods
\\
IntegralMallGoods.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
component
\\
citySelection
\\
citySelection.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointActivityGroup
\\
pointActivityGroup.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
pointActivityGroup
\\
pointActivityGroup.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
myValueCard
\\
myValueCard.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
myValueCard
\\
myValueCard.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
pages
\\
pointList
\\
pointList.acss"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
project.config.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
utils
\\
wxService.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
utils
\\
Http.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
valueCard
\\
valueCard.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
config
\\
index.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegralMallGoods
\\
IntegralMallGoods.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegrateGoodsExchangeInfo
\\
IntegrateGoodsExchangeInfo.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegrateGoodsExchangeInfo
\\
IntegrateGoodsExchangeInfo.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
exchangeAddress
\\
exchangeAddress.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
project.config.json"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
Behavior.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
app.json"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
app.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
utils
\\
Http.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
package-lock.json"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
debug.log"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
consumptionDetails
\\
consumptionDetails.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
integralWater
\\
integralWater.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
userCenter
\\
userCenter.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
integralMallDetail
\\
integralMallDetail.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
integralMallDetail
\\
integralMallDetail.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
exchange-coupon-modal
\\
exchange-coupon-modal.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
authorization-modal
\\
authorization-modal.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
wx2my.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
picNav
\\
picNav.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
citySelection
\\
citySelection.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
pointDetail
\\
pointDetail.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
couponCodeDetail
\\
couponCodeDetail.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
citySelection
\\
citySelection.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
subPage
\\
subPage.json"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
subPage
\\
subPage.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
subPage
\\
subPage.axml"
],
"storageVersion"
:
"0.70.14"
}
{
"files"
:[
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
component
\\
personCenter
\\
personCenter.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
component
\\
personCenter
\\
personCenter.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
pages
\\
userCenter
\\
userCenter.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
config
\\
index.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
Behavior.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
debug.log"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
package-lock.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
project.config.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegralMallGoods
\\
IntegralMallGoods.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegralMallGoods
\\
IntegralMallGoods.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegralMallGoods
\\
IntegralMallGoods.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
component
\\
citySelection
\\
citySelection.axml"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
myValueCard
\\
myValueCard.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
myValueCard
\\
myValueCard.json"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
pages
\\
pointList
\\
pointList.acss"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
utils
\\
wxService.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
utils
\\
Http.js"
,
"d:
\\
work
\\
711Web
\\
711
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
valueCard
\\
valueCard.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
config
\\
index.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegralMallGoods
\\
IntegralMallGoods.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegrateGoodsExchangeInfo
\\
IntegrateGoodsExchangeInfo.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
IntegrateGoodsExchangeInfo
\\
IntegrateGoodsExchangeInfo.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
exchangeAddress
\\
exchangeAddress.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
project.config.json"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
Behavior.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
app.json"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
app.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
utils
\\
Http.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
package-lock.json"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
debug.log"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
consumptionDetails
\\
consumptionDetails.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
integralWater
\\
integralWater.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
userCenter
\\
userCenter.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
integralMallDetail
\\
integralMallDetail.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
integralMallDetail
\\
integralMallDetail.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
exchange-coupon-modal
\\
exchange-coupon-modal.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
authorization-modal
\\
authorization-modal.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
wx2my.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
picNav
\\
picNav.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
citySelection
\\
citySelection.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
pointDetail
\\
pointDetail.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
pages
\\
couponCodeDetail
\\
couponCodeDetail.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
component
\\
citySelection
\\
citySelection.axml"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
subPage
\\
subPage.json"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
subPage
\\
subPage.js"
,
"d:
\\
work
\\
projects
\\
7_Eleven_Alipay
\\
subPackage
\\
page
\\
pages
\\
subPage
\\
subPage.axml"
],
"storageVersion"
:
"0.70.14"
}
\ No newline at end of file
\ No newline at end of file
app.json
View file @
b7b90eaa
...
@@ -14,7 +14,10 @@
...
@@ -14,7 +14,10 @@
"pages/integralMallDetail/integralMallDetail"
,
"pages/integralMallDetail/integralMallDetail"
,
"pages/activateCard/activateCardCallback"
,
"pages/activateCard/activateCardCallback"
,
"pages/pointList/pointList"
,
"pages/pointList/pointList"
,
"pages/pointDetail/pointDetail"
"pages/pointDetail/pointDetail"
,
"subPackageA/page/pages/pointActivityGroup/pointActivityGroup"
,
"subPackageA/page/pages/pointExchangeCoupon/pointExchangeCoupon"
,
"subPackageA/page/pages/pointExchangeGoods/pointExchangeGoods"
],
],
"subPackages"
:
[
"subPackages"
:
[
{
{
...
@@ -33,10 +36,7 @@
...
@@ -33,10 +36,7 @@
"pages/valueCardInfo/valueCardInfo"
,
"pages/valueCardInfo/valueCardInfo"
,
"pages/valueCardRecords/valueCardRecords"
,
"pages/valueCardRecords/valueCardRecords"
,
"pages/myValueCard/myValueCard"
,
"pages/myValueCard/myValueCard"
,
"pages/myValueCardInfo/myValueCardInfo"
,
"pages/myValueCardInfo/myValueCardInfo"
"pages/pointActivityGroup/pointActivityGroup"
,
"pages/pointExchangeCoupon/pointExchangeCoupon"
,
"pages/pointExchangeGoods/pointExchangeGoods"
]
]
}
}
],
],
...
...
config/index.js
View file @
b7b90eaa
const
wx2my
=
require
(
'../wx2my'
);
const
wx2my
=
require
(
'../wx2my'
);
const
Behavior
=
require
(
'../Behavior'
);
const
Behavior
=
require
(
'../Behavior'
);
const
PROJECT_ENV
=
'
test
'
;
// 生产 prod, 开发 dev, 测试 test, 预生产 pre
const
PROJECT_ENV
=
'
prod
'
;
// 生产 prod, 开发 dev, 测试 test, 预生产 pre
const
brandId
=
1002
;
//2711 生产 1002 测试
const
brandId
=
2711
;
//2711 生产 1002 测试
const
needMock
=
''
;
//
const
needMock
=
''
;
//
// appid_dev_wx wxc3b64b09b1d3dfc2
// appid_dev_wx wxc3b64b09b1d3dfc2
...
...
pages/integralWater/integralWater.js
View file @
b7b90eaa
...
@@ -135,7 +135,7 @@ wxService.page({
...
@@ -135,7 +135,7 @@ wxService.page({
// wxService.router(`/pages/IntegralMall/IntegralMall`)
// wxService.router(`/pages/IntegralMall/IntegralMall`)
// wxService.router(`/subPackage/page/pages/IntegralMallGoods/IntegralMallGoods`)
// wxService.router(`/subPackage/page/pages/IntegralMallGoods/IntegralMallGoods`)
//修改为跳转到积分活动分组
//修改为跳转到积分活动分组
wxService
.
router
(
`/subPackage/page/pages/pointActivityGroup/pointActivityGroup`
)
wxService
.
router
(
`/subPackage
A
/page/pages/pointActivityGroup/pointActivityGroup`
)
},
},
// 消费详情
// 消费详情
handleGoDetail
(
e
)
{
handleGoDetail
(
e
)
{
...
...
subPackage/page/pages/valueCardInfo/valueCardInfo.js
View file @
b7b90eaa
...
@@ -93,7 +93,7 @@ wxService.page({
...
@@ -93,7 +93,7 @@ wxService.page({
setUserInfo
()
{
setUserInfo
()
{
// 判断有无开卡
// 判断有无开卡
const
userInfo
=
wx2my
.
getStorageSync
(
'_baseUserInfo'
)
&&
wx2my
.
getStorageSync
(
'_baseUserInfo'
).
data
;
// 新用户去激活领卡
const
userInfo
=
wx2my
.
getStorageSync
(
'_baseUserInfo'
)
&&
wx2my
.
getStorageSync
(
'_baseUserInfo'
).
data
;
// 新用户去激活领卡
if
(
userInfo
&&
userInfo
.
member
&&
!
userInfo
.
member
.
mobile
)
{
if
(
userInfo
&&
userInfo
.
member
&&
!
userInfo
.
member
.
mobile
&&
!
userInfo
.
member
.
cardNoAlipay
)
{
wxService
.
openCard
();
wxService
.
openCard
();
return
false
;
return
false
;
}
}
...
@@ -180,6 +180,16 @@ wxService.page({
...
@@ -180,6 +180,16 @@ wxService.page({
return
;
return
;
}
}
if
(
!
member
.
cardNoAlipay
){
wx2my
.
showToast
({
title
:
'请先开卡后购买'
,
icon
:
'none'
,
});
wxService
.
openCard
()
return
;
}
let
memeberId
=
member
.
id
,
let
memeberId
=
member
.
id
,
// storeId = member.storeId;
// storeId = member.storeId;
storeId
=
''
;
storeId
=
''
;
...
...
subPackage/page/pages/pointActivityGroup/pointActivityGroup.acss
→
subPackage
A
/page/pages/pointActivityGroup/pointActivityGroup.acss
View file @
b7b90eaa
...
@@ -123,4 +123,13 @@ page {
...
@@ -123,4 +123,13 @@ page {
width: 100%;
width: 100%;
display: block;
display: block;
border-radius: 10rpx;
border-radius: 10rpx;
}
.empty{
padding: 30rpx;
padding-top: 200rpx;
display: flex;
align-items: center;
justify-content: center;
color: #999999;
}
}
\ No newline at end of file
subPackage/page/pages/pointActivityGroup/pointActivityGroup.axml
→
subPackage
A
/page/pages/pointActivityGroup/pointActivityGroup.axml
View file @
b7b90eaa
...
@@ -32,7 +32,9 @@
...
@@ -32,7 +32,9 @@
</view>
</view>
</view>
</view>
<!-- 空 -->
<!-- 空 -->
<empty text="当前商家暂无任何积分兑换活动~" a:else/>
<view class="empty" a:else>
<text>商家暂无任何积分兑换活动~</text>
</view>
</view>
</view>
...
...
subPackage/page/pages/pointActivityGroup/pointActivityGroup.js
→
subPackage
A
/page/pages/pointActivityGroup/pointActivityGroup.js
View file @
b7b90eaa
...
@@ -113,13 +113,13 @@ wxService.page({
...
@@ -113,13 +113,13 @@ wxService.page({
if
(
item
.
type
==
1
){
if
(
item
.
type
==
1
){
//积分换物
//积分换物
wx2my
.
navigateTo
({
wx2my
.
navigateTo
({
url
:
'/subPackage/page/pages/pointExchangeGoods/pointExchangeGoods?id='
+
item
.
id
,
url
:
'/subPackage
A
/page/pages/pointExchangeGoods/pointExchangeGoods?id='
+
item
.
id
,
});
});
}
}
else
if
(
item
.
type
==
2
){
else
if
(
item
.
type
==
2
){
//积分兑换优惠券
//积分兑换优惠券
wx2my
.
navigateTo
({
wx2my
.
navigateTo
({
url
:
'/subPackage/page/pages/pointExchangeCoupon/pointExchangeCoupon?id='
+
item
.
id
,
url
:
'/subPackage
A
/page/pages/pointExchangeCoupon/pointExchangeCoupon?id='
+
item
.
id
,
});
});
}
}
},
},
...
...
subPackage/page/pages/pointActivityGroup/pointActivityGroup.json
→
subPackage
A
/page/pages/pointActivityGroup/pointActivityGroup.json
View file @
b7b90eaa
{
{
"defaultTitle"
:
"积分
活动中心
"
,
"defaultTitle"
:
"积分
商城
"
,
"pullRefresh"
:
true
,
"pullRefresh"
:
true
,
"usingComponents"
:
{
"usingComponents"
:
{
}
}
...
...
subPackage/page/pages/pointExchangeCoupon/pointExchangeCoupon.acss
→
subPackage
A
/page/pages/pointExchangeCoupon/pointExchangeCoupon.acss
View file @
b7b90eaa
File moved
subPackage/page/pages/pointExchangeCoupon/pointExchangeCoupon.axml
→
subPackage
A
/page/pages/pointExchangeCoupon/pointExchangeCoupon.axml
View file @
b7b90eaa
File moved
subPackage/page/pages/pointExchangeCoupon/pointExchangeCoupon.js
→
subPackage
A
/page/pages/pointExchangeCoupon/pointExchangeCoupon.js
View file @
b7b90eaa
...
@@ -138,7 +138,7 @@ wxService.page({
...
@@ -138,7 +138,7 @@ wxService.page({
if
(
result
==
0
)
{
if
(
result
==
0
)
{
wx2my
.
hideLoading
()
wx2my
.
hideLoading
()
this
.
setData
({
this
.
setData
({
integralCouponList
:
data
.
reverse
()
integralCouponList
:
data
});
});
}
}
}
}
...
...
subPackage/page/pages/pointExchangeCoupon/pointExchangeCoupon.json
→
subPackage
A
/page/pages/pointExchangeCoupon/pointExchangeCoupon.json
View file @
b7b90eaa
File moved
subPackage/page/pages/pointExchangeGoods/pointExchangeGoods.acss
→
subPackage
A
/page/pages/pointExchangeGoods/pointExchangeGoods.acss
View file @
b7b90eaa
File moved
subPackage/page/pages/pointExchangeGoods/pointExchangeGoods.axml
→
subPackage
A
/page/pages/pointExchangeGoods/pointExchangeGoods.axml
View file @
b7b90eaa
File moved
subPackage/page/pages/pointExchangeGoods/pointExchangeGoods.js
→
subPackage
A
/page/pages/pointExchangeGoods/pointExchangeGoods.js
View file @
b7b90eaa
File moved
subPackage/page/pages/pointExchangeGoods/pointExchangeGoods.json
→
subPackage
A
/page/pages/pointExchangeGoods/pointExchangeGoods.json
View file @
b7b90eaa
File moved
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