Commit 081be87a authored by shenyangnan's avatar shenyangnan

1

parent f6efac92
......@@ -111,7 +111,7 @@
transform-origin: 0rpx 0rpx 0rpx;
}
.ren_wu_zhong_xin .ren_wu_1 .wen_an_7 .guan_zhu_dian_pu {
width: 110rpx;
width: 120rpx;
height: 27rpx;
opacity: 1;
left: 1rpx;
......
......@@ -11,8 +11,8 @@
<image class="qu_liu_lan_m " src={{resList['8473ab9f-df8e-4c4e-b249-8d1cad9f04ae'].url}} />
<image class="ming_ri_zai_lai_m " src={{resList['a3b76ef9-f877-4aa1-b07a-b1c971fd8c6d'].url}} />
<view class="wen_an_7 ">
<span class="guan_zhu_dian_pu ">关注店铺</span>
<span class="fan_pai_ci_shu_10 ">翻牌次数 +10</span>
<label class="guan_zhu_dian_pu ">关注店铺</label>
<label class="fan_pai_ci_shu_10 ">翻牌次数 +10</label>
</view>
</view>
</view>
\ No newline at end of file
......@@ -3,13 +3,14 @@
import resList from '../../resconfig/resList';
Component({
props: {},
data: {},
data: {resList: resList},
methods: {},
onInit(props) {
didMount() {
this.setData({
resList: resList
});
this.methods.close()
}
});
\ No newline at end of file
......@@ -454,11 +454,11 @@
width: 22rpx;
height: 15rpx;
opacity: 1;
left: 11rpx;
top: 14rpx;
left: 9rpx;
top: 8rpx;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
font-size: 13.09217rpx;
font-size: 15rpx;
color: #4b2b0a;
}
.shou_ye .shou_ye_kuang .shou_ye_xiao_ti_shi {
......@@ -482,7 +482,7 @@
height: 23rpx;
opacity: 1;
left: 34rpx;
top: 11rpx;
top: 3rpx;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
font-size: 21rpx;
......
'use strict';
import resList from '../../resconfig/resList'; //import API from '../../api';
const { commonToast, getAuthUserInfo, navigateToOutside, ConsoleStyle, checkShopFavoredStatus, debounce, getSystemInfo } = tbcc.tb;
Page({
......@@ -9,7 +8,9 @@ Page({
onLoad(props) {
this.setData({
resList: resList
resList: resList,
lottery_count: 100,
isShow:true
});
},
......@@ -20,6 +21,12 @@ Page({
isStart() {
console.log(112);
},
close(){
this.setData({
isShow:false
})
}
});
\ No newline at end of file
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