feat(custom): 新增若干营销功能
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -115,7 +115,8 @@ page {
|
||||
}
|
||||
|
||||
.ad {
|
||||
background-image: url('https://jdt168.oss-cn-guangzhou.aliyuncs.com/ad.png');
|
||||
// background-image: url('https://jdt168.oss-cn-guangzhou.aliyuncs.com/ad.png');
|
||||
background-image: url('https://pic.imgdb.cn/item/6697aa0dd9c307b7e95c94d9.png');
|
||||
background-size: 100% 100%;
|
||||
height: 180px;
|
||||
margin: 20px;
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
<view class="text">{{ item.name }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="ad" @click="showTips('该功能暂未开放')"></view>
|
||||
<navigator class="ad" url="/pages/marketing/yq/index" open-type="navigate" hover-class="none">
|
||||
</navigator>
|
||||
<MerList :get-user-location="getUserLocal" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user