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

View File

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