Commit a12dac7c authored by ziyu's avatar ziyu

improvement: 修改样式

parent b4332915
......@@ -158,12 +158,10 @@
if (!this.curQueue.length) {
this.curQueue = this.nextQueue.splice(0, 3);
this.playCurrent(1);
console.log('newVal', this.nextQueue, this.curQueue);
}
},
animationfinish(e) {
const current = e.$wx.detail.current;
console.log(current);
const diff = current - this._last;
if (diff === 0) return;
this._last = current;
......@@ -221,7 +219,6 @@
// }
})
console.log(this.prevQueue, this.curQueue, this.nextQueue)
},
onWaiting (e) {
this.trigger(e, 'wait');
......
......@@ -136,6 +136,8 @@
.text {
color:#333;
text-align: center;
padding-top:30rpx;
padding-bottom: 60rpx;
}
button {
width:80%;
......@@ -224,7 +226,7 @@
</view>
<view class="authmodal" v-show="authmodal">
<view class="wrap">
<view class="text">来到lukii,再平凡的人,也有幸运的权利!</view>
<view class="text">来到lukii,再平凡的人,<br>也有幸运的权利!</view>
<button open-type="getUserInfo" bindgetuserinfo="getUserInfo">授权并进入</button>
</view>
</view>
......@@ -240,6 +242,7 @@
import store from '../store';
import { mapState, mapActions } from '@wepy/x';
import wepy from '@wepy/core';
import Dialog from '../components/vant/dialog/dialog';
wepy.page({
store,
hooks: {
......
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