Commit 6a3b63fd authored by caimeng's avatar caimeng

优化保存提交11-21 11:30

parent e8099181
No preview for this file type
<script>
import { ininIndex, initIndexGoods, initH5Setting, initAPPSetting } from '@/utils/index.js'
import { loadDevice, loadLocation, loadNetwork, loadUuid, ininIndex, initIndexGoods, initH5Setting, initAPPSetting } from '@/utils/index.js'
import config from '@/config/api'
export default {
globalData: {
......@@ -25,6 +25,7 @@ export default {
// #endif
// 强制竖屏
plus.screen.lockOrientation("portrait-primary")
......@@ -42,6 +43,13 @@ export default {
uni.setStorage({ key: 'm-header-version', data: versionNumber });
})
if (uni.getStorageSync('m-agreement')) {
loadNetwork()
loadDevice()
loadLocation()
loadUuid()
}
// 首页配置
await ininIndex()
await initIndexGoods()
......
......@@ -5,9 +5,13 @@ import Vue from 'vue'
Vue.config.productionTip = false
App.mpType = 'app'
import mixin from './mixin/index'
import Modal from './components/modal/modal'
import goodsItem from './components/goodsItem/index'
import upgradePopup from './components/showModal/upgradePopup'
import request from './utils/request.js'
import * as utils from "./utils/index.js";
......@@ -16,6 +20,7 @@ Vue.component('view-modal', Modal);
Vue.component('view-goods', goodsItem);
Vue.component('upgrade-Popup', upgradePopup);
Vue.prototype.$request = request
Vue.mixin(mixin)
......
......@@ -126,7 +126,16 @@
},
"splashscreen" : {
"useOriginalMsgbox" : false,
"androidStyle" : "common"
"androidStyle" : "common",
"iosStyle" : "storyboard",
"ios" : {
"storyboard" : "CustomStoryboard.zip"
},
"android" : {
"hdpi" : "static/res/1125x2436.9.png",
"xhdpi" : "static/res/1125x2436.9.png",
"xxhdpi" : "static/res/1125x2436.9.png"
}
}
},
"splashscreen" : {
......
......@@ -126,6 +126,13 @@
"enablePullDownRefresh": false
}
},
{
"path": "pages/websrc/websrc",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "uni_modules/uni-frv-external/pages/common/webview/webview",
"style": {
......
......@@ -63,8 +63,6 @@ export default {
},
// 同意授权
handleSure() {
plus.runtime.agreePrivacy();
const that = this;
uni.setStorage({
key: "m-agreement",
data: 'true',
......
......@@ -16,7 +16,7 @@
<input class='send-value' placeholder="请输入验证码" :value="sendcode" maxlength="6" type="number"
@input="(e) => handleInput(e, 'sendcode')" />
<view class='send-text' @click='GetVerifyCode' v-if="canSendCode">获取验证码</view>
<view class="mobileCode-min" @click='GetVerifyCode' v-else>{{ count }}</view>
<view class="mobileCode-min" v-else>{{ count }}</view>
</view>
</view>
......
<template>
<view class='my-page'>
<view class='my-top'>
<view v-if="mineData" class='my-top'>
<!-- 头部 -->
<view class='my-header'>
......@@ -15,7 +15,7 @@
<!-- 我的还款&申请记录 -->
<template v-if="isLogin && loanSwitch">
<view class='my-line'>
<view class='line-left' v-for="item in menuBar" :key="item.id" @click="goBar(item)">
<view class='line-left' v-for="item in mineData['menuBar']" :key="item.id" @click="goBar(item)">
<image class='left-img' :src='item.iconUrl'></image>
<view class='l-text'>{{ item.title }}</view>
<i class='l-go'></i>
......@@ -25,10 +25,11 @@
<!-- 金刚栏位 -->
<template v-if="extMenuBarList && extMenuBarList.length > 0">
<template v-if="mineData['extMenuBarList'] && mineData['extMenuBarList'].length > 0">
<view class='my-box-s'>
<view class='s-con'>
<view class='con-item' @click="goPage(item)" v-for="item in extMenuBarList" :key="item.id">
<view class='con-item' @click="goPage(item)" v-for="item in mineData['extMenuBarList']"
:key="item.id">
<image class="item-img" :src="item.iconUrl"></image>
<view class='item-text'>{{ item.title }}</view>
</view>
......@@ -37,10 +38,10 @@
</template>
<!-- 更多服务 -->
<view v-if="menuList && menuList.length > 0" class="my-contain">
<view v-if="mineData['baseMenuBar'] && mineData['baseMenuBar'].length > 0" class="my-contain">
<i class='con-top'></i>
<view class='con-box' v-if='menuList && menuList.length > 0'>
<view class="box-line" v-for="item in menuList" @click='goItem(item)' :key="item.id">
<view class='con-box'>
<view class="box-line" v-for="item in mineData['baseMenuBar']" @click='goItem(item)' :key="item.id">
<view class='line-item'>
<view class='item-l'>
<image class='l-img' :src='item.iconUrl'></image>
......@@ -52,69 +53,9 @@
</view>
</view>
<!-- 未登录状态 -->
<template v-if="false">
<view class='my-box-s'>
<view class='s-con'>
<view class='con-item' @click="GoLogin">
<image class="item-img" src="https://ddh.yyhock.com/ddhMall/my-glance.png"></image>
<view class='item-text'>我的浏览</view>
</view>
<view class='con-item' @click="GoLogin">
<image class="item-img" src="https://ddh.yyhock.com/ddhMall/need-icon.png"></image>
<view class='item-text'>我的需要</view>
</view>
<view class='con-item' @click="GoLogin">
<image class="item-img" src="https://ddh.yyhock.com/ddhMall/my-attentiion.png"></image>
<view class='item-text'>我的关注</view>
</view>
<view class='con-item' @click="GoLogin">
<image class="item-img" src="https://ddh.yyhock.com/ddhMall/user-icon.png"></image>
<view class='item-text'>意见反馈</view>
</view>
</view>
</view>
<!-- 更多服务 -->
<view class="my-contain">
<i class='con-top'></i>
<view class='con-box'>
<view class="box-line">
<view @click="GoLogin" class='line-item'>
<view class='item-l'>
<image class='l-img' src="https://ddh.yyhock.com/appStatic/product.png"></image>
<view class='l-text'>产品列表</view>
</view>
<view class='item-r'></view>
</view>
</view>
<view class="box-line">
<view @click="GoLogin" class='line-item'>
<view class='item-l'>
<image class='l-img' src="https://ddh.yyhock.com/ddhMall/my-tel.png"></image>
<view class='l-text'>帮助中心</view>
</view>
<view class='item-r'></view>
</view>
</view>
<view class="box-line">
<view @click="GoLogin" class='line-item'>
<view class='item-l'>
<image class='l-img' src="https://ddh.yyhock.com/appStatic/setting.png"></image>
<view class='l-text'>设置</view>
</view>
<view class='item-r'></view>
</view>
</view>
</view>
</view>
</template>
<!-- 联系我们 -->
<view class='my-footer'>
<view class='footer-btn' @click="goTel">
<view class='footer-btn' @click="GoTel">
<i class='btn-tel'></i>
<view class='btn-text'>联系我们</view>
</view>
......@@ -129,9 +70,7 @@
<script>
import { switchShowTabbar } from '@/utils/index'
import { isLogin } from '../../utils';
const APP = JSON.parse(uni.getStorageSync('APP-SETTING'));
const mobile = uni.getStorageSync('l-mobile') ? uni.getStorageSync('l-mobile') : '';
const $mineData = uni.getStorageSync('mineData') ? uni.getStorageSync('mineData') : null;
export default {
data() {
......@@ -139,13 +78,8 @@ export default {
isLogin: false,
loanSwitch: false,
mobile: '',
menuList: [],
mobileNum: '',
menuBar: [],
serviceCall: APP.serviceCall,
serviceCall: '',
extMenuBarList: [],
hFUrl: ''
mineData: $mineData
}
},
onShow() {
......@@ -181,17 +115,16 @@ export default {
initMine() {
const self = this
self.$request('/app/v1/userIndex', 'GET').then(res => {
const { menuBar, baseMenuBar, extMenuBarList } = res.result
self.menuBar = menuBar
self.menuList = baseMenuBar
self.extMenuBarList = extMenuBarList
self.mineData = res.result
uni.setStorageSync('mineData', res.result)
}).catch(err => {
console.log(err, '请求出错')
console.log(err, '初始化我的报错')
})
},
goPage(item) {
console.log(item.title)
if (!this.isLogin) {
return this.Go('uni:/pages/login/login')
}
switch (item.title) {
case "我的浏览":
this.buryingPoint('app:my_browsing_history_click')
......@@ -238,35 +171,22 @@ export default {
}
},
goTel() {
const self = this
self.buryingPoint('app:my_contact_us_click')
const telPhone = uni.getStorageSync('telPhone')
if (telPhone) {
self.goPhone()
} else {
uni.showModal({
title: '提示',
content: '该“联系我们”功能需要获取您的电话拨号等权限,以便于您通过拨打电话的方式向我们反映问题!',
showCancel: false,//没有取消按钮的弹框
confirmText: '确定',
success: function (res) {
if (res.confirm) {
console.log('用户点击确定');
self.goPhone()
}
}
})
GoTel() {
try {
this.buryingPoint('app:my_contact_us_click')
const APP_SETTING = uni.getStorageSync('APP-SETTING');
const serviceCall = APP_SETTING ? JSON.parse(APP_SETTING)['phone'] : ''
this.handleCall(serviceCall)
} catch (err) {
console.log('日')
}
},
goPhone() {
uni.setStorageSync('telPhone', '1')
uni.makePhoneCall({
phoneNumber: APP.serviceCall//仅为示例
});
},
goItem(item) {
if (!this.isLogin) {
return this.Go('uni:/pages/login/login')
}
switch (item.title) {
case "设置":
this.buryingPoint('app:my_settings_click')
......
......@@ -21,12 +21,12 @@ export default {
// 首页配置
// await ininIndex()
// await initIndexGoods()
await ininIndex()
await initIndexGoods()
// // APP配置和H5配置
// await initH5Setting()
// await initAPPSetting()
// APP配置和H5配置
await initH5Setting()
await initAPPSetting()
this.init()
},
......
<template>
<view class="content">
<!-- <template v-if="isCertified">
<uni-list >
<uni-list-item class="item" title="姓名1" :rightText="realName"></uni-list-item>
<uni-list-item class="item" title="身份证号码" :rightText="idCard"></uni-list-item>
</uni-list>
</template>
<template v-else> -->
<uni-frv-external-realname ref="frv" @start="startVerify" @finish="verifyFinish"></uni-frv-external-realname>
<!-- </template> -->
</view>
</template>
......
......@@ -82,13 +82,18 @@ export default {
},
async onLoad(option) {
try {
console.log(option,'入参')
this.subnvue_open();
console.log(option, '入参')
const that = this;
const config = JSON.parse(uni.getStorageSync('APP-SETTING'));
this.src = config['h5Url']
console.log(config['h5Url'], 'H5地址')
const timestamp = new Date().getTime()
setTimeout(() => {
const token = uni.getStorageSync('tokenFinance')
const mobile = uni.getStorageSync('l-mobile')
const $src = config['h5Url'] + `?token=${token}&mobile=${mobile}&timestamp=${timestamp}`
that.src = $src
}, 100);
uni.getStorage({
key: 'm-device-info',
......@@ -112,38 +117,32 @@ export default {
if (uni.getStorageSync('canRefreshWeb')) {
uni.removeStorageSync('canRefreshWeb')
if (this.wv) {
// 为OCR做的刷新
const needReload = uni.getStorageSync('reloadFlag')
if (!needReload) {
console.log('刷新页面')
if (reloadTimeOut) clearTimeout(reloadTimeOut)
reloadTimeOut = setTimeout(() => {
console.log('页面刷新了1')
this.wv.reload()
}, 1000)
} else {
console.log('不刷新页面')
}
}
}
// 这里为借款做的刷新
const canRefresh = uni.getStorageSync('canRefresh');
console.log('onShow方法')
console.log(canRefresh, '是否需要刷新')
console.log(canRefresh, '是否需要刷新-这里为借款做的刷新')
if (canRefresh) {
uni.removeStorageSync('canRefresh')
if (reloadTimeOut) clearTimeout(reloadTimeOut)
reloadTimeOut = setTimeout(() => {
console.log('到这里了')
console.log('页面刷新了2')
this.wv && this.wv.reload()
}, 400)
}
},
onUnload() {
uni.$off('loadingSubnvue'); //移除监听配置的原生子窗体
......@@ -545,8 +544,7 @@ export default {
try {
CheckContactPermission((data) => {
SelectContact((contact) => {
that.GetWebView().evalJS(
`receivePickContactsBack('${JSON.stringify(contact)}')`)
that.GetWebView().evalJS(`receivePickContactsBack('${JSON.stringify(contact)}')`)
})
})
} catch (err) {
......
......@@ -58,7 +58,6 @@ export default {
async onLoad(option) {
const that = this;
if (option.url) this.src = option.url
console.log(option.url,'地址')
uni.getStorage({
key: 'm-device-info',
success: function (res) {
......
......@@ -5,56 +5,28 @@
</template>
<script>
export default {
export default {
name: "WEB",
data() {
return {
// src:'http://192.168.0.38:8081/index.html#/middle?type=mieye&',
src:null,
src: null,
webviewStyles: {
progress: {
color: '#FF4050'
color: '#5688E8'
}
}
},
timer:null,
titleVal:'',
urlWeb:'',
typePage:false,
deviceStatus:'',
viewerUrl:'/hybrid/html/web/viewer.html'
}
},
onLoad(options){
const that=this
// console.log(options,'options')
that.src=decodeURIComponent(options.src)
let pages = getCurrentPages();
let page = pages[pages.length - 1];
let currentWebView = page.$getAppWebview();
// // #ifdef APP-PLUS
// var wv = plus.webview.create('', 'custom-webview', {
// plusrequire: 'none', //禁止远程网页使用plus的API
// 'uni-app': 'none', //不加载uni-app渲染层框架,避免样式冲突
// top: uni.getSystemInfoSync().statusBarHeight + 44 //放置在titleNView下方。
// });
// wv.loadURL(options);//加载url
// let pages = getCurrentPages();//获取当前页面栈的实例
// let currentPage = pages[pages.length - 1]; // 上一页
// var currentWebview = currentPage.$getAppWebview();//获取当前页面的webview对象实例
// currentWebview.append(wv);//Webview窗口中添加子窗口
// // #endif
onLoad(options) {
if (options.src) this.src = decodeURIComponent(options.src)
},
methods: {
},
onShow(){
console.log("websrc 的webview")
}
}
}
</script>
<style lang="less" scoped>
.page-web {
.page-web {
width: 100vw;
height: 100vh;
......@@ -62,5 +34,5 @@
width: 100%;
height: 100%;
}
}
}
</style>
This diff is collapsed.
No preview for this file type
This diff is collapsed.
......@@ -9,25 +9,25 @@
<view class='line-item' @click='cancelSize'>
<view class='item-text'>清除缓存</view>
<view class='item-r'>
<view class='r-text'>{{cacheSize}}</view>
<view class='r-text'>{{ cacheSize }}</view>
<i class='r-icon'></i>
</view>
</view>
<view class='line-item'>
<view class='item-text'>当前版本</view>
<view class='item-version'>{{versionNumber}}</view>
<view class='item-version'>{{ versionNumber }}</view>
</view>
</view>
<view v-show="token!=''">
<view v-show="token != ''">
<view class='line-des'>
如果您今后不打算使用APP,您可以选择
<view class='des-x' @click='goCancel'>注销账号</view>
</view>
<view class='line-tips' >注:该操作不可恢复</view>
<view class='line-tips'>注:该操作不可恢复</view>
</view>
</view>
<view v-show="token!=''" class='set-footer' @click='goOut'>退出登录</view>
<view v-show="token != ''" class='set-footer' @click='goOut'>退出登录</view>
<!-- 注销 -->
<view :hidden="userFeedbackHidden" class="popup_content">
<view class="popup_title">提示</view>
......@@ -38,12 +38,12 @@
<view class='btn-confirm' @click='cancelAccount()'>
确认
</view>
<view class='btn-cel' @click="hideDiv()" >
<view class='btn-cel' @click="hideDiv()">
取消
</view>
</view>
</view>
<view class="popup_overlay" :hidden="userFeedbackHidden" ></view>
<view class="popup_overlay" :hidden="userFeedbackHidden"></view>
<!-- 退出 -->
<view :hidden="outHidden" class="popup_content">
......@@ -55,33 +55,33 @@
<view class='btn-confirm' @click='loginOut()'>
确认
</view>
<view class='btn-cel' @click="loginCel()" >
<view class='btn-cel' @click="loginCel()">
取消
</view>
</view>
</view>
<view class="popup_overlay" :hidden="outHidden" ></view>
<view class="popup_overlay" :hidden="outHidden"></view>
</view>
</template>
<script>
export default {
export default {
data() {
return {
userFeedbackHidden:true,//弹窗
outHidden:true,
protocolList:[],
versionNumber:'',
cacheSize:'',
token:''
userFeedbackHidden: true,//弹窗
outHidden: true,
protocolList: [],
versionNumber: '',
cacheSize: '',
token: ''
}
},
onLoad() {
let self = this;
self.init()
self.buryingPoint('app:setting_pageView')
self.token=uni.getStorageSync('token')
self.token = uni.getStorageSync('token')
plus.cache.calculate(size => {
if (size < 1024) {
self.cacheSize = size + 'B';
......@@ -90,37 +90,37 @@
} else if (size / 1024 / 1024 >= 1) {
self.cacheSize = Math.floor((size / 1024 / 1024) * 100) / 100 + 'M';
}
console.log(self.cacheSize,'size')
console.log(self.cacheSize, 'size')
});
plus.runtime.getProperty(plus.runtime.appid, function(wgtinfo){
if(wgtinfo.version){
plus.runtime.getProperty(plus.runtime.appid, function (wgtinfo) {
if (wgtinfo.version) {
self.versionNumber = wgtinfo.version;
}else{
} else {
self.versionNumber = plus.runtime.version;
}
console.log(self.versionNumber,'version')
console.log(self.versionNumber, 'version')
});
},
methods: {
toJSON(){},
init(){
const self=this
self.$request('/pawn/setting','GET').then(res => {
const { protocol,phone }=res.result
console.log(protocol,typeof(protocol),'setting')
if(protocol){
console.log(typeof(protocol),'8888')
self.protocolList=JSON.parse(protocol)
toJSON() { },
init() {
const self = this
self.$request('/pawn/setting', 'GET').then(res => {
const { protocol, phone } = res.result
console.log(protocol, typeof (protocol), 'setting')
if (protocol) {
console.log(typeof (protocol), '8888')
self.protocolList = JSON.parse(protocol)
}
}).catch(err=>{
console.log(err,'请求出错')
}).catch(err => {
console.log(err, '请求出错')
})
},
cancelSize(){
cancelSize() {
let self = this;
plus.cache.clear(res=>{
plus.cache.clear(res => {
uni.showToast({
title: '清除成功!',
icon: 'none',
......@@ -130,39 +130,39 @@
});
})
},
getProtol(){
getProtol() {
uni.navigateTo({
url:'/subPackage/prolist/prolist?mydata='+encodeURIComponent(JSON.stringify(this.protocolList))
url: '/subPackage/prolist/prolist?mydata=' + encodeURIComponent(JSON.stringify(this.protocolList))
})
},
goCancel(){
goCancel() {
this.userFeedbackHidden=false
this.userFeedbackHidden = false
},
goOut(){
goOut() {
// this.userHidden=false
this.outHidden=false
this.outHidden = false
const pages = getCurrentPages();
console.log(pages.length,'写')
pages.forEach(page=>{
console.log(page.route,'路由信息')
console.log(pages.length, '写')
pages.forEach(page => {
console.log(page.route, '路由信息')
})
},
cancelAccount(){
cancelAccount() {
//注销账号
const self=this
self.$request('/pawn/client/die','POST').then(res => {
console.log(res,'myinit');
const { die}=res.result
console.log(die,'die')
if(die==true){
console.log(die,'die2')
self.userFeedbackHidden=false
const self = this
self.$request('/pawn/client/die', 'POST').then(res => {
console.log(res, 'myinit');
const { die } = res.result
console.log(die, 'die')
if (die == true) {
console.log(die, 'die2')
self.userFeedbackHidden = false
uni.removeStorageSync('token')
this.Go('uni:/pages/index/index','tab')
this.Go('uni:/pages/index/index', 'tab')
}
......@@ -170,48 +170,51 @@
},
loginOut(){
loginOut() {
const pages = getCurrentPages();
pages.forEach(page=>{
console.log(page,'页面')
pages.forEach(page => {
console.log(page, '页面')
const isWebView = page.$getAppWebview();
if(isWebView){
if (isWebView) {
let currentPages = page.$getAppWebview()
let children = isWebView.children()
if (children.length){
if (children.length) {
children[0].close()
}
}
})
//退出登录
const self=this
const self = this
console.log(333)
self.$request('/pawn/client/loginOut','POST').then(res => {
console.log(res,'logout');
self.outHidden=false
self.$request('/pawn/client/loginOut', 'POST').then(res => {
console.log(res, 'logout');
uni.setTabBarItem({
index: 1,
visible: false
})
self.outHidden = false
uni.removeStorageSync('token')
this.Go('uni:/pages/index/index','tab')
this.Go('uni:/pages/index/index', 'tab')
})
},
loginCel(){
this.outHidden=true
loginCel() {
this.outHidden = true
},
hideDiv(){
hideDiv() {
//隐藏弹窗
this.userFeedbackHidden=true
this.userHidden=true
this.outHidden=true
this.userFeedbackHidden = true
this.userHidden = true
this.outHidden = true
},
},
onShow() {
this.init()
this.token=uni.getStorageSync('token')
}
this.token = uni.getStorageSync('token')
}
}
</script>
<style src='./index.less' lang="less" scoped></style>
......@@ -19,20 +19,19 @@ export const convertPromise = function (FnName, params = {}) {
// 初始化请求头的device参数信息
export const initHeaderDevice = function () {
let modelApp;
let modelApp='';
// 手机型号
if (uni.getStorageSync('m-agreement')) {
uni.getSystemInfo({
success: function (res) {
modelApp = res.deviceBrand
}
})
}
// 获取版本号
let AppVersion = uni.getStorageSync('m-header-version');
console.log(AppVersion,'版本号')
const common = {
appName: 'DDH',
appSourceId: modelApp,
......@@ -58,7 +57,7 @@ export const initHeaderDevice = function () {
const locationInfo = uni.getStorageSync('m-location-info')
const loadUuid = uni.getStorageSync('m-load-udid')
let device = {...common};
let device = { ...common };
if (deviceInfo) {
device = Object.assign(device, common, JSON.parse(deviceInfo))
......
......@@ -17,7 +17,7 @@ const request = async (url, type, data) => {
return new Promise((resolve, reject) => {
const token = uni.getStorageSync('token')
const tokenFinance = uni.getStorageSync('tokenFinance')
const $data = Object.assign({},data);
const $data = Object.assign({}, data);
uni.request({
url: baseUrl + url,
......@@ -40,7 +40,7 @@ const request = async (url, type, data) => {
console.log($data, '接口参数')
if (res.data.result) console.log(res.data.result, '返回内容')
else console.log(res.data, '返回内容')
console.log('------------')
// #endif
const { data, statusCode } = res;
......@@ -48,13 +48,17 @@ const request = async (url, type, data) => {
if (data.success == true) {
return resolve(data)
} else {
if (data.code == '403'){
// uni.removeStorageSync('token')
if (data.code === '403') {
uni.clearStorageSync();
}
return uni.redirectTo({
url:"/pages/login/login"
setTimeout(() => {
uni.redirectTo({
url: "/pages/login/login"
})
}, 1500)
return reject({ ...data, message: res.errMsg })
} else if (data.code === '500') {
return reject({ ...data })
}
}
} else {
return reject({ ...data, message: res.errMsg })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment