From 05f90021545d909f62fca02475910b02cd80cc32 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期二, 04 七月 2023 17:14:12 +0800 Subject: [PATCH] no message --- public/html/bottom_price.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/html/bottom_price.html b/public/html/bottom_price.html index 82c422f..0f1a381 100644 --- a/public/html/bottom_price.html +++ b/public/html/bottom_price.html @@ -69,7 +69,7 @@ <body> <div class="box"> <div class="list"> -<div id="app" style="background-color:#e7013a;padding-top:0.5rem" v-cloak> +<div id="app" style="background-color:#e7013a;padding-top:0.7rem" v-cloak> <template v-if="isexplain && issource"> <div class="main"> </div> @@ -102,7 +102,7 @@ </div> <ul class="shoplist contscore" v-if="fristOrderItems.length>0"> - <li v-for="(item,index) in fristOrderItems"> + <li v-for="(item,index) in fristOrderItems" v-on:click="getTaocode(item)"> <img class="shop-img" v-lazy="item.mainPic" v-if="item.mainPic"> <img class="shop-img" src="http://img.bc.haodanku.com/haodanku-activity/1596092443" v-else> <div class="shop-box" v-bind:class="!item.couponLink?'active':''"> @@ -254,7 +254,8 @@ nav:[ ], //posturl:"http://dfg.shop.com", - posturl:"http://appapitest.ushopvip.com", + posturl:"http://dfgapp.ushopvip.com", + //posturl:"http://appapitest.ushopvip.com", showDirect: false, codeId: vmRequest("code"), -- Gitblit v1.9.3