[''完善优惠券核销]

This commit is contained in:
2021-09-18 13:20:06 +08:00
parent f9c3a8e4fd
commit bb083ee368
9 changed files with 10573 additions and 9518 deletions

5
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/

12
.idea/barter-app(new-app).iml generated Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/barter-appnew-app.iml" filepath="$PROJECT_DIR$/.idea/barter-appnew-app.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

14
App.vue
View File

@@ -9,16 +9,16 @@
},
onHide () {
console.log('App Hide')
},
globalData: {
mainColor: "white"
}
},
globalData: {
mainColor: "white"
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
page{
background: #f5f5f5;
page{
background: #f5f5f5;
}
</style>
</style>

View File

@@ -33,13 +33,13 @@
page: 1,
exchangeShow: false, // false不显示立即兑换按钮
has_more: true,
code: '2109141403335626',
code: '',
selectSkuId: ''
};
},
onLoad(e) {
if (e.code) {
// this.code = e.code
this.code = e.code
}
this.verifiyCoupon('get')

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long