更新
This commit is contained in:
parent
192410938a
commit
79b810f1aa
@ -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{
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user