|
@@ -413,6 +413,7 @@
|
|
this.queryActivityInfo();
|
|
this.queryActivityInfo();
|
|
this.queryGoodsLook()
|
|
this.queryGoodsLook()
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
|
|
}else{
|
|
}else{
|
|
this.$common.automaticlogin().then(val => {
|
|
this.$common.automaticlogin().then(val => {
|
|
@@ -782,14 +783,18 @@
|
|
signUp(){
|
|
signUp(){
|
|
this.groupOwner=0;
|
|
this.groupOwner=0;
|
|
if(this.userInfo){
|
|
if(this.userInfo){
|
|
|
|
+ console.log(this.wxOpenData)
|
|
/* this.info.shopList.forEach(item=>{
|
|
/* this.info.shopList.forEach(item=>{
|
|
if(item.id == this.shopInfo.id){
|
|
if(item.id == this.shopInfo.id){
|
|
this.ckshopdata=item;
|
|
this.ckshopdata=item;
|
|
this.shopName=item.shopName;
|
|
this.shopName=item.shopName;
|
|
}
|
|
}
|
|
}) */
|
|
}) */
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ this.mobilePhone= this.userInfo.mobilePhone
|
|
|
|
+ if(this.wxOpenData.loginInfo.customerInfo){
|
|
|
|
+ this.customerName=this.wxOpenData.loginInfo.customerInfo.customerName
|
|
|
|
+ }
|
|
|
|
+ this.plateNumber=this.$store.state.carInfo.plateNumber;
|
|
this.bmShow=true;
|
|
this.bmShow=true;
|
|
}else{
|
|
}else{
|
|
this.authorizShow=true
|
|
this.authorizShow=true
|
|
@@ -884,8 +889,10 @@
|
|
this.bgmMusic = uni.createInnerAudioContext();
|
|
this.bgmMusic = uni.createInnerAudioContext();
|
|
this.bgmMusic.autoplay = true;//自动播放
|
|
this.bgmMusic.autoplay = true;//自动播放
|
|
this.bgmMusic.loop = true;//循环播放
|
|
this.bgmMusic.loop = true;//循环播放
|
|
- this.mp3Url='http://dmsimg.66km.com/music/sakuratears.mp3';
|
|
|
|
- this.bgmMusic.src ='http://dmsimg.66km.com/music/sakuratears.mp3'//, mp3Url;//背景音乐地址
|
|
|
|
|
|
+ //this.mp3Url='http://dmsimg.66km.com/music/sakuratears.mp3';
|
|
|
|
+ //this.bgmMusic.src ='http://dmsimg.66km.com/music/sakuratears.mp3'//, mp3Url;//背景音乐地址
|
|
|
|
+ this.mp3Url=this.info.music.music;
|
|
|
|
+ this.bgmMusic.src =this.info.music.music; //
|
|
this.bgmMusic.onPlay(function(){
|
|
this.bgmMusic.onPlay(function(){
|
|
console.log('背景音乐播放中');
|
|
console.log('背景音乐播放中');
|
|
});
|
|
});
|