This commit is contained in:
weipengfei 2024-01-31 17:33:32 +08:00
parent 192410938a
commit 79b810f1aa
2 changed files with 8 additions and 3 deletions

View File

@ -48,7 +48,12 @@
<style lang="scss">
.a_c_home{
width: 600rpx;
/* #ifdef H5 */
height: 65vh;
/* #endif */
/* #ifndef H5 */
height: 90vh;
/* #endif */
// border: 1px solid red;
position: relative;
.head_img{

View File

@ -716,9 +716,9 @@
this.product_type = options.product_type
this.seckillId = options.seckillId
if(options.source) this.source = options.source;
else this.$nextTick(()=>{
this.$refs.tipsRef.open();
})
// else this.$nextTick(()=>{
// this.$refs.tipsRef.open();
// })
// #ifdef H5
this.from = this.$wechat.isWeixin() ? 'weixin' : 'h5'
// #endif