feat(custom): 新增若干营销功能
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-17 22:32:56 +08:00
parent 243b414675
commit d3bb76a858
15 changed files with 507 additions and 7 deletions

View File

@@ -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;

View File

@@ -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>