前端:优惠劵领取界面(未完成)
This commit is contained in:
9
mobile-web/src/page/coupon/fetch.vue
Normal file
9
mobile-web/src/page/coupon/fetch.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<van-cell-group>
|
||||
<van-cell title="单元格" value="内容" />
|
||||
<van-cell title="单元格" value="内容" label="描述信息" />
|
||||
</van-cell-group>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
@@ -65,9 +65,9 @@ export default {
|
||||
}
|
||||
},
|
||||
created:function(){
|
||||
GetPage().then(response=>{
|
||||
this.page=response;
|
||||
});
|
||||
// GetPage().then(response=>{
|
||||
// this.page=response;
|
||||
// });
|
||||
},
|
||||
mounted: function() {
|
||||
// 加载 Banner
|
||||
|
||||
Reference in New Issue
Block a user