Commit 081be87a authored by shenyangnan's avatar shenyangnan

1

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