Commit 17b3bf02 authored by yanghailong's avatar yanghailong

Merge branch 'master' of http://git.iloomo.com/184773349/luodiye

parents 574b43c2 147546d4
Pipeline #381 canceled with stages
......@@ -15,7 +15,7 @@
<style lang="scss">
@import "static/css/animate.min.css";
@import "uview-ui/index.scss";
/*每个页面公共css */
......
......@@ -4,8 +4,8 @@
<view :style="`height:${deviceInfo.windowHeight}px`" >
<view class="" style="position: relative;" :style="`height:${deviceInfo.windowHeight/1.5 }px`" >
<u--image style="position: absolute;z-index: -100;" :showLoading="true" :src="postUrl[0]" :width="deviceInfo.windowWidth+'px'" :height="deviceInfo.windowHeight/1.5+'px'" @click="click" ></u--image>
<u--text style="padding: 50rpx 0;" :text="appInfo.name" align='center' size="65rpx"></u--text>
<u-row style="padding: 50rpx 0;" justify='center'>
<u--text style="padding: 30rpx 0;" :text="appInfo.name" align='center' size="65rpx"></u--text>
<u-row style="padding: 40rpx 0;" justify='center'>
<u--image :showLoading="true" :src="appInfo.logo" width="300rpx" height="300rpx" @click="click" ></u--image>
</u-row>
<u-row justify='center' style="margin: 30rpx 0;" v-if="inviteInfo.invite_code">
......@@ -18,7 +18,7 @@
<u-button @click="downLoad" type="primary" text="下载" style="width: 400rpx;box-shadow: rgb(113, 148, 223) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;" shape="circle"></u-button>
</u-row>
</view>
<view class="" style="position: absolute;width: 750rpx;" >
<view class="" style="position: absolute;width: 750rpx;z-index: -1000;" >
<u--image :showLoading="true" :src="postUrl[1]" :width="deviceInfo.windowWidth+'px'" :height="deviceInfo.windowHeight - deviceInfo.windowHeight/1.5+'px'" @click="click" ></u--image>
</view>
......@@ -161,10 +161,10 @@ export default {
this.inviteInfo = e
// this.inviteInfo = {
// id:16475038131432
// invite_type:'wx_friend',
// invite_code:'L5KIQZ',
// loomo_uuid_code: 16475038131432
// id:16475038131432 //流水号 必填 否则404
// invite_type:'wx_friend', 分享方式
// invite_code:'L5KIQZ', 邀请码
// }
}
},
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment