diff --git a/high-unionPay/pages/user/generatePoster/generatePoster.vue b/high-unionPay/pages/user/generatePoster/generatePoster.vue
index 14f21b5..1066c21 100644
--- a/high-unionPay/pages/user/generatePoster/generatePoster.vue
+++ b/high-unionPay/pages/user/generatePoster/generatePoster.vue
@@ -1,6 +1,17 @@
-
+
+
+
+ 扫一扫上面的二维码图案
+ 推荐好友加入嗨森逛
+
+
+
+ 邀请方式
+
+
+
@@ -8,10 +19,17 @@
import {
promotionalPosters
} from '../../../Utils/Api.js';
+ let app = getApp();
export default {
data() {
return {
- imgs: ''
+ imgs: '',
+ imagewxUrl: app.globalData.imageWxImg,
+ imgadres1: 'extension/1.png',
+ imgadres2: 'extension/2.png',
+ imgadres3: 'extension/3.png',
+ imgadres4: 'extension/4.png',
+ imgadres5: 'extension/5.png',
}
},
onLoad() {
@@ -20,17 +38,12 @@
methods: {
promotionalPosters() {
uni.showLoading({
- title: '加载中...'
+ title:'加载中'
})
promotionalPosters().then(res => {
uni.hideLoading();
if (res.return_code == '000000') {
this.imgs = res.return_data;
- // uni.showToast({
- // title: "请截图保存至手机相册",
- // icon: "none",
- // duration: 3000
- // });
}
})
}
@@ -39,5 +52,7 @@
diff --git a/high-unionPay/uni.scss b/high-unionPay/uni.scss
index 214deb5..75f7cfe 100644
--- a/high-unionPay/uni.scss
+++ b/high-unionPay/uni.scss
@@ -669,6 +669,12 @@ $uni-font-size-paragraph:30upx;
padding-bottom: 10px;
}
+.paddbotm15 {
+ padding-bottom: 15px;
+}
+.paddbotm20 {
+ padding-bottom: 20px;
+}
/* 左悬浮 */
.flleft {
float: left;