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