问题修复

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() { onShow: function() {
console.log('App Show') console.log('App Show')
let systemInfo = uni.getSystemInfoSync();
if (systemInfo.platform == 'ios') {
uni.setNavigationBarColor({
frontColor: '#000000',
backgroundColor: '#F7F7F7'
});
}
}, },
onHide: function() { onHide: function() {
console.log('App Hide') console.log('App Hide')

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

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

@ -1,9 +1,9 @@
<template> <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> </template>
<script> <script>
</script> </script>
<style> <style>
</style> </style>

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

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

Loading…
Cancel
Save