问题修复

dev
Tuzki 2 years ago
parent 9301ef86c7
commit bdade0e203
  1. 7
      App.vue
  2. 2
      pages/daolan/daolan.vue
  3. 10
      pages/index/index.vue
  4. 4
      pages/quanjing/720All.vue
  5. 5
      sunPackIndex/suggest/sug_from.vue
  6. 3
      sunPackIndex/suggest/sug_list.vue

@ -63,6 +63,13 @@ const aes = require('./common/aes.js');
},
onShow: function() {
console.log('App Show')
let systemInfo = uni.getSystemInfoSync();
if (systemInfo.platform == 'ios') {
uni.setNavigationBarColor({
frontColor: '#000000',
backgroundColor: '#F7F7F7'
});
}
},
onHide: function() {
console.log('App Hide')

@ -1,5 +1,5 @@
<template>
<web-view :src="daolanurl"></web-view>
<web-view :src="daolanurl" telephone="true"></web-view>
</template>
<script>

@ -635,9 +635,15 @@ export default {
uni.showToast({
title: '请先到个人中心进行授权',
icon: 'none',
duration: 2000
duration: 2000,
success: () => {
setTimeout(() => {
uni.switchTab({
url: '/pages/personcenter/personcenter'
});
}, 2000);
}
});
return;
} else {
uni.navigateTo({

@ -1,9 +1,9 @@
<template>
<web-view src="http://www.hslbgjq.com/720qjy/"></web-view>
<web-view src="https://www.lbgjtoa.com/html/back/720/720url.html"></web-view>
</template>
<script>
</script>
<style>
</style>
</style>

@ -309,6 +309,8 @@ export default {
var data = {
address: e.detail.value.address,
creason: e.detail.value.creason,
lng:e.detail.value.address.split(',')[0],
lat:e.detail.value.address.split(',')[1],
ctype: e.detail.value.ctype,
linemobile: e.detail.value.linemobile,
lineuser: e.detail.value.lineuser,
@ -316,10 +318,9 @@ export default {
filePath: filePath,
unionid:uni.getStorageSync("unionid"),
// unionid: 'unionIdewrqrfb',
lat: that.latitude,
lng: that.longitude,
userkey: that.$param.userkey
};
console.log(data)
this.$Request.post(this.$config.addFeedback, data).then((res) => {
if (res.status == 200) {
uni.showModal({

@ -149,6 +149,9 @@
this.$util.hideLoadingByTime();
this.getUserMsg();
},
onShow:function(){
this.getUserMsg();
},
methods:{
onReachScroll: function(t) {
if(this.loadType){

Loading…
Cancel
Save