Commit 695ed67a by 赵雅纹

标签

parent d3e23e19
...@@ -124,9 +124,9 @@ App({ ...@@ -124,9 +124,9 @@ App({
cityJson: cityJson, cityJson: cityJson,
// brandId: 2711, // brandId: 2711,
// brandId: 2005, // brandId: 2005,
brandId: 1001, // brandId: 1001,
// brandId: 1002, // brandId: 1002,
// brandId: 3001, brandId: 3001,
// brandId: 3002, // brandId: 3002,
} }
}) })
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
<view class="item-title">{{headline}}</view> <view class="item-title">{{headline}}</view>
</view> </view>
<view> <view>
</view> </view>
<!-- 未登錄時 --> <!-- 未登錄時 -->
<!-- <view class="share-wrap" wx:if="{{!userIsLogin}}"> <!-- <view class="share-wrap" wx:if="{{!userIsLogin}}">
...@@ -64,5 +62,13 @@ ...@@ -64,5 +62,13 @@
<text class="share-number">{{transmitSum || 0}}</text> <text class="share-number">{{transmitSum || 0}}</text>
</view> </view>
</view> </view>
<!-- 标签 -->
<view class="tabs-list">
<image class="lock-image" src="/assets/imgs/7_1_0/lock.png"></image>
<view class="tab-item">
<image class="tab-image" src="/assets/imgs/7_1_0/tab.png"></image>
<text class="tab-text">爆改大赛</text>
</view>
</view>
</view> </view>
</template> </template>
...@@ -100,3 +100,32 @@ ...@@ -100,3 +100,32 @@
line-height: 40rpx; line-height: 40rpx;
border-radius: 20rpx; border-radius: 20rpx;
} }
.tabs-list{
min-width: 64rpx;
height: 64rpx;
background-color: rgba(0, 0, 0, 0.65);
position: absolute;
bottom: 140rpx;
left: 20rpx;
border-radius: 64rpx;
display: flex;
align-items: center;
justify-content: center;
padding: 0 24rpx;
}
.lock-image{
width: 32rpx;
height: 32rpx;
}
.tab-image{
width: 26rpx;
height: 26rpx;
}
.tab-text{
font-size: 22rpx;
color: #ffffff;
margin-left: 9rpx;
}
.tab-item{
margin-left: 19rpx;
}
\ No newline at end of file
const PROJECT_ENV = 'dev' // 生产 prod, 开发 dev, 测试 test, 预生产 pre const PROJECT_ENV = 'prod' // 生产 prod, 开发 dev, 测试 test, 预生产 pre
const needMock = '' // const needMock = '' //
// appid_dev_wx wxc3b64b09b1d3dfc2 // appid_dev_wx wxc3b64b09b1d3dfc2
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.8.2", "libVersion": "2.8.2",
"appid": "wxc3b64b09b1d3dfc2", "appid": "wx313ec36b710125d4",
"projectname": "%E5%BE%AE%E5%95%86%E5%9F%8E", "projectname": "%E5%BE%AE%E5%95%86%E5%9F%8E",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
......
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