4.2提交
This commit is contained in:
+6
-6
@@ -949,12 +949,12 @@ const selectProvince = (province) => {
|
||||
|
||||
// 播放视频
|
||||
const playVideo = (item) => {
|
||||
uni.sendNativeEvent('noticeBack', {
|
||||
msg: 'go'
|
||||
}, ret => {
|
||||
console.log('ret数据');
|
||||
console.log(ret);
|
||||
})
|
||||
// uni.sendNativeEvent('noticeBack', {
|
||||
// msg: 'go'
|
||||
// }, ret => {
|
||||
// console.log('ret数据');
|
||||
// console.log(ret);
|
||||
// })
|
||||
if(item.status_code==1 || item.status_code==2 || item.status_code==4){
|
||||
let zhiboUrl=OTHER_HOST+'/hcp/setInfo';
|
||||
let userInfo=uni.getStorageSync('userInfo');
|
||||
|
||||
Reference in New Issue
Block a user