|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<view class='app-container'>
|
|
<view class='app-container'>
|
|
- <img :src="pic" />
|
|
|
|
|
|
+ <image :src="pic" mode="aspectFill" />
|
|
<button class="submit" type="submit" circle @click="getSubmit">立即兑换</button>
|
|
<button class="submit" type="submit" circle @click="getSubmit">立即兑换</button>
|
|
|
|
|
|
<!-- 弹窗 -->
|
|
<!-- 弹窗 -->
|
|
@@ -82,10 +82,13 @@ export default {
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.app-container {
|
|
.app-container {
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
-img {
|
|
|
|
|
|
+uni-image {
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.submit {
|
|
.submit {
|