mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 18:46:45 +08:00
[FIX]【商品商城】详情页样式调整
This commit is contained in:
@@ -9,11 +9,8 @@
|
|||||||
<div><img :src="$assetsUrl + detail.middleImgUrl" alt="" width="100%" /></div>
|
<div><img :src="$assetsUrl + detail.middleImgUrl" alt="" width="100%" /></div>
|
||||||
<div class="bottom-img">
|
<div class="bottom-img">
|
||||||
<img :src="$assetsUrl + detail.footerImgUrl" alt="" width="100%" />
|
<img :src="$assetsUrl + detail.footerImgUrl" alt="" width="100%" />
|
||||||
<van-button v-if="isWeixin" type="danger" @click="check" v-no-more-click="1000">查看</van-button>
|
|
||||||
<van-button v-else type="danger" @click="forward" v-no-more-click="1000">一键转发</van-button>
|
<div v-if="isWeixin">
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="p5 pb0 mb40" v-if="isWeixin">
|
|
||||||
<van-field
|
<van-field
|
||||||
v-model="loginInfo.aname"
|
v-model="loginInfo.aname"
|
||||||
readonly
|
readonly
|
||||||
@@ -34,6 +31,10 @@
|
|||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
clearable
|
clearable
|
||||||
/>
|
/>
|
||||||
|
<van-button v-if="isWeixin" type="danger" @click="check" v-no-more-click="1000">查看</van-button>
|
||||||
|
<van-button v-else type="danger" @click="forward" v-no-more-click="1000">一键转发</van-button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user