This commit is contained in:
Sliverber 2024-03-13 14:47:41 +08:00
parent a74cd5bcab
commit b125c51758
21 changed files with 1907 additions and 502 deletions

View File

@ -1,3 +1,7 @@
<style lang="scss">
/* 注意要写在第一行同时给style标签加入lang="scss"属性 */
@import "uview-ui/index.scss";
</style>
<script>
import {
checkLogin
@ -145,7 +149,7 @@
}
if(option.query.channelId){
uni.setStorageSync('channelId', option.query.channelId);
console.log('执行了存储channelId');
}
// wx
let snsapiBase = 'snsapi_base';

View File

@ -358,14 +358,18 @@ export function getinstallment(data) {
noAuth: true
});
}
export function getocr(data) {
return request.get('user/idcardOcr', data, {
noAuth: true
});
}
// 到首页查询ip地址
export function getip() {
return request.get('login/log', {
noAuth: true
});
export function getip(data) {
return request.get('login/log?browserName=' + data.browserName +'&deviceModel=' + data.deviceModel +'&longitude=' + data.longitude+'&latitude=' + data.latitude+'&address=' + data.address, {
noAuth: true
});
}

View File

@ -384,6 +384,7 @@
that.$nextTick(() => {
document.forms['punchout_form'].submit();
})
this.alipayQueryPay()
}
} else {
this.aliPay(that.order_id)

View File

@ -46,8 +46,9 @@
<view class="returnthedate" v-for="(item,index) in fenqlist" :key="index">
<a href="javascript:;" :v-model="indexs" :class="indexs === index ? 'actives' : ''"
@click="btnone(item,index)">{{item.name}}</a>
<text class="zuqin" v-if="item.tips"><text class="xuzhi">须知:</text>{{item.tips}}</text>
</view>
<text class="zuqin"><text class="xuzhi">须知:</text>先享后付到期后将自动从您的账户上扣除款项</text>
<!-- <view class="comboset">
套餐
</view> -->

View File

@ -1,9 +1,9 @@
//移动端商城API
// let domain = 'http://117.50.163.143:20410'
// let domain = 'http://117.50.215.20:20410'
// let domain = 'http://192.168.2.26:20411'
let domain = 'http://192.168.2.26:20411'
// let domain = 'http://106.75.49.247:20410'
let domain = 'https://yruibao.com/prod'
// let domain = 'https://yruibao.com/prod'
module.exports = {
// 请求域名 格式: https://您的域名
// #ifdef MP || APP-PLUS

View File

@ -9,6 +9,7 @@ import global from './libs/global.js'
import apps from './libs/apps.js' //校验登录是否失效
import * as Order from './libs/order';
import skeleton from './components/skeleton/index.vue'
import uView from "uview-ui";
// import dLoading from '@/uni_modules/d-loading/components/d-loading/d-loading.vue'
// Vue.component('dLoading',dLoading)
@ -22,15 +23,20 @@ Vue.prototype.$eventHub = new Vue();
Vue.config.productionTip = false
Vue.prototype.$Order = Order;
Vue.prototype.$LoginAuth = apps;
Vue.use(uView);
// #ifdef H5
import {
parseQuery
} from "./utils";
import Auth from './libs/wechat';
import {VueJsonp} from 'vue-jsonp'
import {
SPREAD,CHANNELID
} from './config/cache';
Vue.use(VueJsonp)
Vue.prototype.$wechat = Auth;
let cookieName = "VCONSOLE",
query = parseQuery(),

466
package-lock.json generated
View File

@ -1,447 +1,35 @@
{
"name": "easypay-app",
"lockfileVersion": 2,
"requires": true,
"lockfileVersion": 1,
"packages": {
"": {
"dependencies": {
"uview-ui": "^1.8.8",
"vue-jsonp": "^2.0.0"
}
},
"node_modules/uview-ui": {
"version": "1.8.8",
"resolved": "https://registry.npmmirror.com/uview-ui/-/uview-ui-1.8.8.tgz",
"integrity": "sha512-Osal3yzXiHor0In9OPTZuXTaqTbDglMZ9RGK/MPYDoQQs+y0hrBCUD0Xp5T70C8i2lLu2X6Z11zJhmsQWMR7Jg=="
},
"node_modules/vue-jsonp": {
"version": "2.0.0",
"resolved": "https://registry.npmmirror.com/vue-jsonp/-/vue-jsonp-2.0.0.tgz",
"integrity": "sha512-Mzd9GNeuKP5hHFDWZNMWOsCuMILSkA6jo2l4A02wheFz3qqBzH7aSEFTey1BRCZCLizlaf1EqJ5YUtF392KspA=="
}
},
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
"uview-ui": {
"version": "1.8.8",
"resolved": "https://registry.npmmirror.com/uview-ui/-/uview-ui-1.8.8.tgz",
"integrity": "sha512-Osal3yzXiHor0In9OPTZuXTaqTbDglMZ9RGK/MPYDoQQs+y0hrBCUD0Xp5T70C8i2lLu2X6Z11zJhmsQWMR7Jg=="
},
"ansi-styles": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
},
"babel-code-frame": {
"version": "6.26.0",
"resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
"integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
"requires": {
"chalk": "^1.1.3",
"esutils": "^2.0.2",
"js-tokens": "^3.0.2"
}
},
"babel-core": {
"version": "6.26.3",
"resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz",
"integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==",
"requires": {
"babel-code-frame": "^6.26.0",
"babel-generator": "^6.26.0",
"babel-helpers": "^6.24.1",
"babel-messages": "^6.23.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"convert-source-map": "^1.5.1",
"debug": "^2.6.9",
"json5": "^0.5.1",
"lodash": "^4.17.4",
"minimatch": "^3.0.4",
"path-is-absolute": "^1.0.1",
"private": "^0.1.8",
"slash": "^1.0.0",
"source-map": "^0.5.7"
}
},
"babel-generator": {
"version": "6.26.1",
"resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz",
"integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==",
"requires": {
"babel-messages": "^6.23.0",
"babel-runtime": "^6.26.0",
"babel-types": "^6.26.0",
"detect-indent": "^4.0.0",
"jsesc": "^1.3.0",
"lodash": "^4.17.4",
"source-map": "^0.5.7",
"trim-right": "^1.0.1"
}
},
"babel-helpers": {
"version": "6.24.1",
"resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz",
"integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
"requires": {
"babel-runtime": "^6.22.0",
"babel-template": "^6.24.1"
}
},
"babel-messages": {
"version": "6.23.0",
"resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz",
"integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
"requires": {
"babel-runtime": "^6.22.0"
}
},
"babel-register": {
"version": "6.26.0",
"resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz",
"integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=",
"requires": {
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0",
"core-js": "^2.5.0",
"home-or-tmp": "^2.0.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"source-map-support": "^0.4.15"
}
},
"babel-runtime": {
"version": "6.26.0",
"resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
"integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
"requires": {
"core-js": "^2.4.0",
"regenerator-runtime": "^0.11.0"
}
},
"babel-template": {
"version": "6.26.0",
"resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz",
"integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
"requires": {
"babel-runtime": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"lodash": "^4.17.4"
}
},
"babel-traverse": {
"version": "6.26.0",
"resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz",
"integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
"requires": {
"babel-code-frame": "^6.26.0",
"babel-messages": "^6.23.0",
"babel-runtime": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"debug": "^2.6.8",
"globals": "^9.18.0",
"invariant": "^2.2.2",
"lodash": "^4.17.4"
}
},
"babel-types": {
"version": "6.26.0",
"resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
"integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
"requires": {
"babel-runtime": "^6.26.0",
"esutils": "^2.0.2",
"lodash": "^4.17.4",
"to-fast-properties": "^1.0.3"
}
},
"babylon": {
"version": "6.18.0",
"resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
"integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ=="
},
"balanced-match": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"chalk": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"requires": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
}
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"convert-source-map": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
"integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
"requires": {
"safe-buffer": "~5.1.1"
}
},
"core-image-xhr": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/core-image-xhr/-/core-image-xhr-1.0.3.tgz",
"integrity": "sha1-khHXtcQSGa9atpuThMoqR9VytHY="
},
"core-js": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz",
"integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg=="
},
"daycaca": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/daycaca/-/daycaca-1.0.11.tgz",
"integrity": "sha512-2SJTpnpmxUGVWbFPTRhaZLvisCD7bYjvuFpLAhjfAAvtnBb26dAqIqaZ9Jq8yvSlugpEGY+v/YXHXGP3paVV9A=="
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"detect-indent": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
"integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
"requires": {
"repeating": "^2.0.0"
}
},
"dom7": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/dom7/-/dom7-2.1.3.tgz",
"integrity": "sha512-QTxHHDox+M6ZFz1zHPAHZKI3JOHY5iY4i9BK2uctlggxKQwRhO3q3HHFq1BKsT25Bm/ySSj70K6Wk/G4bs9rMQ==",
"requires": {
"ssr-window": "^1.0.1"
}
},
"emoji-awesome": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/emoji-awesome/-/emoji-awesome-0.0.2.tgz",
"integrity": "sha512-ggortYTr4+f4Jqp/R3vV9FAec+wRkIyRM458LUrv81mKQSKIJW9+xDlbqHsUpMeNKCLG45RsbbCyprrOoGZ6UQ=="
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"esutils": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
},
"globals": {
"version": "9.18.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
"integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ=="
},
"has-ansi": {
"vue-jsonp": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"requires": {
"ansi-regex": "^2.0.0"
}
},
"home-or-tmp": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
"integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
"requires": {
"os-homedir": "^1.0.0",
"os-tmpdir": "^1.0.1"
}
},
"invariant": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
"integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
"requires": {
"loose-envify": "^1.0.0"
}
},
"is-finite": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
"integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w=="
},
"js-tokens": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
"integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
},
"jsesc": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
"integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s="
},
"json5": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
"integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE="
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
"requires": {
"js-tokens": "^3.0.0 || ^4.0.0"
}
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
},
"mkdirp": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
"requires": {
"minimist": "^1.2.5"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"os-homedir": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
"integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
},
"os-tmpdir": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
},
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
},
"private": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
"integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg=="
},
"regenerator-runtime": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
"integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
},
"repeating": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
"integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
"requires": {
"is-finite": "^1.0.0"
}
},
"safe-buffer": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
},
"slash": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
},
"source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
},
"source-map-support": {
"version": "0.4.18",
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
"integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
"requires": {
"source-map": "^0.5.6"
}
},
"ssr-window": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/ssr-window/-/ssr-window-1.0.1.tgz",
"integrity": "sha512-dgFqB+f00LJTEgb6UXhx0h+SrG50LJvti2yMKMqAgzfUmUXZrLSv2fjULF7AWGwK25EXu8+smLR3jYsJQChPsg=="
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"requires": {
"ansi-regex": "^2.0.0"
}
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
},
"swiper": {
"version": "5.3.8",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-5.3.8.tgz",
"integrity": "sha512-bCxrayTgzC2bZBRuFwAx7T4exWeHqMADBpcuTQ7PNCOIIzJRPqNh4ySIvW06LEEU3Q0KncaNre4hrn+jXcWivQ==",
"requires": {
"dom7": "^2.1.3",
"ssr-window": "^1.0.1"
}
},
"to-fast-properties": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
"integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc="
},
"trim-right": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
"integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM="
},
"vue": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
"integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
},
"vue-awesome-swiper": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/vue-awesome-swiper/-/vue-awesome-swiper-4.1.1.tgz",
"integrity": "sha512-50um10t6N+lJaORkpwSi1wWuMmBI1sgFc9Znsi5oUykw2cO5DzLaBHcO2JNX21R+Ue4TGoIJDhhxjBHtkFrTEQ=="
},
"vue-core-image-upload": {
"version": "2.4.11",
"resolved": "https://registry.npmjs.org/vue-core-image-upload/-/vue-core-image-upload-2.4.11.tgz",
"integrity": "sha512-He0OcNqUaL2yHQebFwk4IxLr1Q8m1S7u8zTUek7pMaOUHW76MXOOn6sHoJMruURNvsv3SyeqFEt4N7JQBnMviA==",
"requires": {
"babel-core": "^6.26.0",
"core-image-xhr": "^1.0.3",
"daycaca": "^1.0.6",
"vue": "^2.5.13"
}
"resolved": "https://registry.npmmirror.com/vue-jsonp/-/vue-jsonp-2.0.0.tgz",
"integrity": "sha512-Mzd9GNeuKP5hHFDWZNMWOsCuMILSkA6jo2l4A02wheFz3qqBzH7aSEFTey1BRCZCLizlaf1EqJ5YUtF392KspA=="
}
}
}

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"dependencies": {
"uview-ui": "^1.8.8",
"vue-jsonp": "^2.0.0"
}
}

View File

@ -1,4 +1,7 @@
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
@ -552,6 +555,34 @@
}
}
},
{
"path": "order_improve/index",
"style": {
"navigationBarTitleText": "完善信息",
// "navigationStyle": "custom",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "faceBack/index",
"style": {
"navigationBarTitleText": "验证成功",
// "navigationStyle": "custom",
"app-plus": {
// #ifdef APP-PLUS
"titleNView": {
"type": "default"
}
// #endif
}
}
},
{
"path": "installment/index",
"style": {

View File

@ -1325,10 +1325,10 @@
*/
goBuy: Debounce(function(e) {
if (this.isLogin === false) {
// toLogin();
uni.navigateTo({
url:'/pages/user/index'
})
toLogin();
// uni.navigateTo({
// url:'/pages/user/index'
// })
} else {
this.goCat(0);
}

View File

@ -380,10 +380,10 @@
onLoad(options) {
this.getipdz()
// const env = uni.getEnv();
//
const systemInfo = uni.getSystemInfoSync();
console.log(systemInfo,'systemInfosystemInfo');
// console.log(systemInfo,'systemInfosystemInfo');
//
uni.setStorageSync('systemInfo', systemInfo.uniPlatform);
// const storedSystemInfo = uni.getStorageSync('systemInfo');
@ -484,7 +484,9 @@
}
},
onShow() {
// this.getCurrentLocation()
// this.getPosition()
// this.getPosition()
let self = this;
@ -533,11 +535,28 @@
// }, 1000)
// #endif
uni.showTabBar();
// ip
// this.getipdz()
},
methods: {
getPosition(){
let that =this
uni.getLocation({
type: 'wgs84',
success: function (lb) {
console.log('位置信息',lb);
console.log('当前位置的经度:' + lb.longitude);
console.log('当前位置的纬度:' + lb.latitude);
that.latitude = lb.latitude;
that.longitude = lb.longitude;
},
})
},
isWeiXin() {
// #ifndef H5
return false;
@ -549,6 +568,23 @@
return false;
}
},
//
getCurrentLocation() {
if (navigator.geolocation) { //
navigator.geolocation.getCurrentPosition(this.showPosition); // showPosition
} else {
console.log("不支持地理定位");
}
},
//
showPosition(position) {
const latitude = position.coords.latitude; //
const longitude = position.coords.longitude; //
console.log(`当前位置:${latitude} , ${longitude}`);
},
// IP
getipdz(){
let codeValue= uni.getStorageSync('channelId');
@ -559,11 +595,54 @@
uni.setStorageSync('channelcs', cs);
}
let acc =uni.getStorageSync('channelcs');
console.log(acc,'&&acc&&acc');
// console.log(acc,'&&acc&&acc');
if(this.isLogin){
getip().then(res => {
console.log(res,111)
})
const systemInfo = uni.getSystemInfoSync();
let data= {
browserName:systemInfo.browserName,
deviceModel:systemInfo.deviceModel,
address:'',
longitude:'',
latitude:''
}
console.log(systemInfo);
const that = this;
uni.getLocation({
type: 'wgs84',
success: function (lb) {
console.log('位置信息',lb);
console.log('当前位置的经度:' + lb.longitude);
console.log('当前位置的纬度:' + lb.latitude);
that.latitude = lb.latitude;
that.longitude = lb.longitude;
that.$jsonp( 'https://api.map.baidu.com/reverse_geocoding/v3/?ak=E8WVg8s0zMvu3Bb3A9SQTy7xPzTJrX4c&output=json&coordtype=wgs84&location='+lb.latitude+ ',' + lb.longitude,
).then(res => {
console.log(res,'百度')
let add=res.result.addressComponent
data.address= add.province+add.city+add.district+add.town+add.street;
data.longitude=lb.longitude
data.latitude=lb.latitude
getip(data).then(res => {
console.log(data.address,111)
})
})
},
fail:function(err){
console.log(err);
getip(data).then(res => {
console.log(res,111)
})
}
})
setTimeout(() => {
}, 2000);
}
if(codeValue&&acc==false){
console.log(codeValue,'codeValuecodeValuecodeValue');

View File

@ -48,7 +48,7 @@
<!-- #endif -->
</view>
</view>
<view class="num-wrapper">
<view class="num-wrapper" v-if="false">
<view class="num-item" @click="goMenuPage('/pages/users/user_money/index')">
<text class="num">{{userInfo.nowMoney && uid ? userInfo.nowMoney:0}}</text>
<view class="txt">余额</view>
@ -89,13 +89,37 @@
</view>
</view>
<!-- 待还款 -->
<navigator url="/pages/users/repayment/index" class="repayment" v-if="isLogin">
<!-- <navigator url="/pages/users/repayment/index" class="repayment" v-if="isLogin">
<view>待还款</view> <uni-text data-v-137d5072=""
class="iconfont icon-xiangyou"><span></span></uni-text>
</navigator>
</navigator> -->
<!-- <view class="repayment">
<view>待还款</view> <uni-text data-v-137d5072=""
class="iconfont icon-xiangyou"><span></span></uni-text>
</view> -->
<view class="newinfo" v-if="isLogin">
<navigator class="info_li" url="/pages/users/repayment/index">
<view>待还款</view>
<view class="iconfont icon-xiangyou"></view>
</navigator>
<view class="info_li">
<view>实名认证</view>
<view class="right" style="display: flex;flex-wrap: nowrap;align-items: center;color: #979797;">
待认证
<view style="margin-left: 10rpx;" class="iconfont icon-xiangyou"></view>
</view>
</view>
<view class="info_li" @click="onClickService">
<view>联系客服</view>
<view class="iconfont icon-xiangyou"></view>
</view>
</view>
<view class="contenBox" id="pageIndex">
<!-- 轮播 -->
<view class="slider-wrapper" @click.native="bindEdit('userBanner')"
<!-- <view class="slider-wrapper" @click.native="bindEdit('userBanner')"
v-if="imgUrls != null && imgUrls.length > 0">
<swiper v-if="imgUrls.length>0" indicator-dots="true" :autoplay="autoplay"
:circular="circular" :interval="interval" :duration="duration"
@ -106,7 +130,7 @@
</swiper-item>
</block>
</swiper>
</view>
</view> -->
<!-- 会员菜单 -->
<view class="user-menus" style="margin-top: 20rpx;" @click.native="bindEdit('userMenus')">
<view class="menu-title">我的服务</view>
@ -264,6 +288,7 @@
}
},
onLoad() {
app.globalData.theme = this.$Cache.get('theme')
if (app.globalData.isIframe) {
setTimeout(() => {
@ -506,7 +531,7 @@
uid: this.$store.getters.uid
}
getidentity(data).then(res=>{
if (res.message == '操作成功' && res.data != '') {
if ( res.data != null) {
this.realname = '已实名'
this.identification = res.data
}
@ -1083,19 +1108,35 @@
font-size: 28rpx;
text-align: center;
}
.newinfo{
display: flex;
flex-wrap: wrap;
padding: 0 36rpx;
border-radius: 20rpx;
box-sizing: border-box;
background-color: #fff;
margin: 0 34rpx;
margin-top: 20rpx;
.info_li{
width: 100%;
line-height: 96rpx;
display: flex;
justify-content: space-between;
}
}
//
.repayment {
display: flex;
justify-content: space-between;
margin: 0 34rpx;
margin-top: 20rpx;
// margin-top: 20rpx;
box-sizing: border-box;
height: 96rpx;
// height: 96rpx;
line-height: 96rpx;
box-sizing: border-box;
background-color: #fff;
padding: 0 36rpx;
border-radius: 20rpx;
border-radius: 20 20 0 0rpx;
}
</style>

View File

@ -14,7 +14,7 @@
</view>
<view class='item acea-row row-between-wrapper'>
<view>下单时间</view>
<view class='itemCom'>{{order_pay_info.createTime?order_pay_info.createTime:'-'}}</view>
<view class='itemCom'>{{time}}</view>
</view>
<view class='item acea-row row-between-wrapper'>
<view>支付方式</view>
@ -22,7 +22,7 @@
</view>
<view class='item acea-row row-between-wrapper'>
<view>支付金额</view>
<view class='itemCom'>{{order_pay_info.payPrice}}</view>
<view class='itemCom'>{{order_pay_info.payPrice}}</view>
</view>
<!--失败时加上这个 -->
<view class='item acea-row row-between-wrapper'
@ -59,12 +59,16 @@
payResult: '账单支付成功',
payTime:'',
theme:app.globalData.theme,
time:''
};
},
onLoad(e){
console.log(e,'order42554170683809301198448order42554170683809301198448order42554170683809301198448');
this.orderId = e.id; //
this.getOrderPayInfo();
this.orderId = e.out_trade_no; //
// this.orderId='installment236'
this.order_pay_info.payPrice=e.total_amount
this.time=e.timestamp
this.alipayQueryPay();
// // #ifdef H5
// var url = window.location.search;
// if(url){

View File

@ -0,0 +1,49 @@
<template>
<view class="cont">
<image src="https://api.yruibao.com/crmebimage/public/store/2024/03/13/890e232fe2134c59af708047981d905f3rcqj6uvey.png" mode=""></image>
<div class="text">验证成功</div>
<view class="button">
完成
</view>
</view>
</template>
<script>
</script>
<style lang="scss">
.cont{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
image{
margin-top: 190rpx;
width: 302rpx;
height: 302rpx;
}
.text{
margin-top: 58rpx;
width: 100%;
text-align: center;
font-weight: 500;
font-size: 48rpx;
color: #279EFB;
}
.button{
margin-top: 160rpx;
display: flex;
justify-content: center;
align-items: center;
width: 500rpx;
height: 82rpx;
background: #409EFF;
border-radius: 10rpx 10rpx 10rpx 10rpx;
font-weight: 500;
font-size: 32rpx;
color: #FFFFFF;
line-height: 44rpx;
}
}
</style>

View File

@ -318,11 +318,12 @@
if(abb!=undefined){
channelId=parseInt(abb);
}
console.log(channelId,'channelIdchannelId');
loginMobile({
phone: that.account,
captcha: that.captcha,
spread_spid: that.$Cache.get("spread"),
channelId:channelId,
channel_id:channelId,
})

File diff suppressed because it is too large Load Diff

View File

@ -22,16 +22,28 @@
<view class="identity">
<view class="idCard-box">
<view class="positive">
<image :src="upLoadPositiveImg == ''? positiveImg : upLoadPositiveImg" @click.stop='uploadpic'>
<image :src="upLoadPositiveImg" @click.stop='uploadpic'>
</image>
</view>
<view class="reverse">
<image :src="upLoadReverseImg == '' ? reverseImg : upLoadReverseImg" @click.stop='uploadpics'>
<image :src="upLoadReverseImg" @click.stop='uploadpics'>
</image>
</view>
</view>
</view>
<view class="modifytext">
<text>请上传本人手持身份证原件正面照片</text>
</view>
<!-- 上传身份件 -->
<view class="identity">
<view class="idCard-box">
<view class="positive" style="width: 50%;flex: none;">
<image :src="handIdCard " @click.stop='uploadpicss'>
</image>
</view>
</view>
</view>
<!-- 添加紧急联系人 -->
<view class="emergency_contact">
<view class="name" @click="openPopup('bottom')">
@ -163,9 +175,10 @@
data() {
return {
positiveImg: '', //
upLoadPositiveImg: 'https://tse1-mm.cn.bing.net/th/id/OIP-C.zrlmSg7klHyl3uDBB-nG3wAAAA?w=280&h=170&c=7&r=0&o=5&pid=1.7', //
upLoadPositiveImg: 'https://tse1-mm.cn.bing.net/th/id/OIP-C.zrlmSg7klHyl3uDBB-nG3wAAAA?w=280&h=170&c=7&r=0&o=5&pid=1.7', //
reverseImg: '', //
upLoadReverseImg: 'https://ha.hainanu.edu.cn/__local/2/05/F5/E22F199DEFB4C9D81BED08639F8_1DB89F92_17BD.jpg',
handIdCard:'',
baidu_token: ' ', //token
realName: '', //,
idcard: '', //,
@ -209,8 +222,14 @@
this.tel = this.identification.commonPhoneNumber
// this.upLoadReverseImg = this.identification.idCardBackPhoto.slice(21)
// this.upLoadPositiveImg = this.identification.idCardFrontPhoto.slice(21)
this.upLoadReverseImg = this.identification.idCardBackPhoto
this.upLoadPositiveImg = this.identification.idCardFrontPhoto
if(this.identification.idCardBackPhoto!=null){
this.upLoadReverseImg = this.identification.idCardBackPhoto
}
if(this.identification.idCardBackPhoto!=null){
this.upLoadPositiveImg = this.identification.idCardFrontPhoto
}
this.handIdCard = this.identification.handIdCard
// this.upLoadPositiveImg = this.identification.idCardFrontPhoto
this.emitext = this.identification.email
// this.telthre = this.identification.phoneNumber
this.lxindex = this.identification.userEmergencyContactsList[0].relationship
@ -434,7 +453,22 @@
let result = /^[1-9]\d{5}(18|19|20)\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])\d{3}[\dX]$/ //
let photopatten = /^1[3456789]\d{9}$/ //
let aqq = /^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/ //
if (this.realName == '') {
console.log(this.handIdCard,'1111')
if (this.upLoadPositiveImg ==
'https://tse1-mm.cn.bing.net/th/id/OIP-C.zrlmSg7klHyl3uDBB-nG3wAAAA?w=280&h=170&c=7&r=0&o=5&pid=1.7' ||
this.upLoadReverseImg ==
'https://ha.hainanu.edu.cn/__local/2/05/F5/E22F199DEFB4C9D81BED08639F8_1DB89F92_17BD.jpg') {
return this.$util.Tips({
title: '身份证正反面不能为空'
})
;
} else if (this.handIdCard ==null) {
return this.$util.Tips({
title: '手持身份证正面不能为空'
})
}else if (this.realName == '') {
return this.$util.Tips({
title: '姓名不能为空'
});
@ -454,13 +488,6 @@
return this.$util.Tips({
title: '请填写正确的手机号'
})
} else if (this.upLoadPositiveImg ==
'https://tse1-mm.cn.bing.net/th/id/OIP-C.zrlmSg7klHyl3uDBB-nG3wAAAA?w=280&h=170&c=7&r=0&o=5&pid=1.7' ||
this.upLoadReverseImg ==
'https://ha.hainanu.edu.cn/__local/2/05/F5/E22F199DEFB4C9D81BED08639F8_1DB89F92_17BD.jpg') {
return this.$util.Tips({
title: '身份证正反面不能为空'
})
} else if (this.lxrmoren == '请选择您与联系人的关系 ') {
return this.$util.Tips({
title: '请选择联系人与您的关系'
@ -552,6 +579,7 @@
email: this.emitext,
commonPhoneNumber: this.tel,
uid: this.$store.getters.uid,
handIdCard:this.handIdCard,
userEmergencyContactsList: [{
relationship: this.lxindex, //
contactName: this.realNameone, //
@ -564,10 +592,29 @@
}
]
}
// getInformation(data).then(res => {
// let data = res.data
// console.log(res,'resres');
// // uni.navigateBack()
// })
getInformation(data).then(res => {
let data = res.data
uni.navigateBack()
})
let data = res.data;
console.log(res, 'rerererere');
if (res.code == 500) {
console.log('发生了500错误');
this.$util.Tips({
title: res.message
});
//
} else {
//
uni.navigateBack()
}
}).catch(error => {
this.$util.Tips({
title: error
});
});
}
}else{
//
@ -580,6 +627,7 @@
email: this.emitext,
commonPhoneNumber: this.tel,
uid: this.$store.getters.uid,
handIdCard:this.handIdCard,
userEmergencyContactsList: [{
relationship: this.lxindex, //
contactName: this.realNameone, //
@ -593,9 +641,34 @@
]
}
getInformation(data).then(res => {
let data = res.data
uni.navigateBack()
})
let data = res.data;
console.log(res, 'rerererere');
if (res.code == 500) {
console.log('发生了500错误');
this.$util.Tips({
title: '输入的身份证、手机号、姓名不匹配,请重新输入'
});
//
} else {
//
uni.navigateBack()
}
}).catch(error => {
this.$util.Tips({
title: '输入的身份证、手机号、姓名不匹配,请重新输入'
});
});
// getInformation(data)
// .then(res => {
// let data = res.data
// console.log(res,'resres');
// })
// .catch(res => {
// this.$util.Tips({
// title: res
// });
// });
}
},
@ -638,6 +711,17 @@
that.upLoadReverseImg = res.data.url;
});
},
uploadpicss: function() {
let that = this;
that.$util.uploadImageOne({
url: 'upload/image',
name: 'multipart',
model: 'user',
pid: 7
}, function(res) {
that.handIdCard = res.data.url;
});
},

View File

@ -82,9 +82,22 @@
},
onShow() {
this.getData()
//
const pollingFunction = () => {
this.getData(); // getData()
};
//
pollingFunction();
//
const intervalId = setInterval(pollingFunction, 5000);
//
// onShow()
this.$once('hook:beforeDestroy', () => {
clearInterval(intervalId);
});
},
methods: {
toreturn(){

View File

@ -16,7 +16,7 @@
/* 颜色变量 */
@import './static/css/theme.scss';
@import './static/css/theme_color.scss';
@import 'uview-ui/theme.scss';
/* 行为相关颜色 */
$uni-color-primary: #007aff;
$uni-color-success: #4cd964;

View File

@ -49,7 +49,8 @@ function baseRequest(url, method, data, {
// toLogin();
reject(res.data);
}else if (res.data.code == 500){
reject(res.data.message || '系统异常');
reslove(res.data, res);
// reject(res.data.message || '系统异常');
}else if (res.data.code == 400){
reject(res.data.message || '参数校验失败');
}else if (res.data.code == 404){

View File

@ -10,5 +10,6 @@ module.exports = {
config.optimization.minimizer[0].options.terserOptions.compress.drop_debugger = true
config.optimization.minimizer[0].options.terserOptions.compress.pure_funcs = ['console.log']
}
}
},
transpileDependencies: ['uview-ui']
}