aa
This commit is contained in:
parent
08fce8125d
commit
32f74fd685
|
@ -345,7 +345,7 @@ export function getInformationSave(data) {
|
||||||
|
|
||||||
// 分期套餐列表
|
// 分期套餐列表
|
||||||
export function getfenqilist(data) {
|
export function getfenqilist(data) {
|
||||||
return request.get('installmentsCombo/list', data, {
|
return request.get('customInstallments/list', data, {
|
||||||
noAuth: true
|
noAuth: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 分期方案 -->
|
<!-- 分期方案 -->
|
||||||
<view class="periodization" v-if='false'>
|
<view class="periodization" v-if="showfq">
|
||||||
<text class="fangan">分期方案</text>
|
<text class="fangan">分期方案</text>
|
||||||
<view class="returnthedate" v-for="(item,index) in fenqlist" :key="index">
|
<view class="returnthedate" v-for="(item,index) in fenqlist" :key="index">
|
||||||
<a href="javascript:;" :v-model="indexs" :class="indexs === index ? 'actives' : ''"
|
<a href="javascript:;" :v-model="indexs" :class="indexs === index ? 'actives' : ''"
|
||||||
|
@ -123,12 +123,17 @@
|
||||||
iScart: {
|
iScart: {
|
||||||
type: Number,
|
type: Number,
|
||||||
value: 0
|
value: 0
|
||||||
}
|
},
|
||||||
|
showfq: {
|
||||||
|
type: Boolean,
|
||||||
|
// default: false // 默认值为 false,你也可以设置为 true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
indexs: 0,
|
indexs: 0,
|
||||||
fenqlist: [],
|
fenqlist: [],
|
||||||
|
// showfq:this.showfq,
|
||||||
installments:'' //传参
|
installments:'' //传参
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@ -139,11 +144,12 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 请求分期列表
|
// 请求分期列表
|
||||||
getfqList: function() {
|
getfqList() {
|
||||||
|
console.log('执行了');
|
||||||
let data = {
|
let data = {
|
||||||
limit: 15,
|
limit: 15,
|
||||||
page: 1,
|
page: 1,
|
||||||
|
@ -154,6 +160,7 @@
|
||||||
this.installments = res.data.list[0] //刚开始就赋值
|
this.installments = res.data.list[0] //刚开始就赋值
|
||||||
this.$Cache.set('installments', this.installments);
|
this.$Cache.set('installments', this.installments);
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
// 点击切换高亮
|
// 点击切换高亮
|
||||||
btnone(item, index) {
|
btnone(item, index) {
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
//移动端商城API
|
//移动端商城API
|
||||||
// let domain = 'http://117.50.163.143:20410'
|
// let domain = 'http://117.50.163.143:20410'
|
||||||
// let domain = 'http://117.50.215.20:20410'
|
// let domain = 'http://117.50.215.20:20410'
|
||||||
// let domain = 'http://192.168.2.35:20411'
|
// let domain = 'http://192.168.2.5:20411'
|
||||||
// let domain = 'http://106.75.49.247:20410'
|
let domain = 'http://cxyigou.com.cn/prod'
|
||||||
let domain = 'https://yruibao.com/prod'
|
// let domain = 'https://yruibao.com/prod'
|
||||||
|
// let domain = 'http://121.43.110.198:20410'
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// 请求域名 格式: https://您的域名
|
// 请求域名 格式: https://您的域名
|
||||||
// #ifdef MP || APP-PLUS
|
// #ifdef MP || APP-PLUS
|
||||||
|
|
|
@ -228,12 +228,12 @@
|
||||||
<view class="bnt acea-row skeleton-rect" v-else>
|
<view class="bnt acea-row skeleton-rect" v-else>
|
||||||
<form @submit="joinCart" report-submit="true"><button class="joinCart bnts"
|
<form @submit="joinCart" report-submit="true"><button class="joinCart bnts"
|
||||||
form-type="submit"></button></form>
|
form-type="submit"></button></form>
|
||||||
<form @submit="goBuy(1)" report-submit="true"><button class="buy bnts" style="width: 200rpx;margin-right: 20rpx;"
|
<form @submit="goBuy(1)" report-submit="true"><button class="buy bnts" style="width: 400rpx;margin-right: 20rpx;"
|
||||||
form-type="submit">先享后付</button>
|
form-type="submit">先享后付</button>
|
||||||
</form>
|
</form>
|
||||||
<form @submit="goBuys(0)" report-submit="true"><button class="buy bnts" style="width: 200rpx;"
|
<!-- <form @submit="goBuys(0)" report-submit="true"><button class="buy bnts" style="width: 200rpx;"
|
||||||
form-type="submit">立即购买</button>
|
form-type="submit">立即购买</button>
|
||||||
</form>
|
</form> -->
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
<view class="bnt bntVideo acea-row skeleton-rect"
|
<view class="bnt bntVideo acea-row skeleton-rect"
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
<shareRedPackets :sharePacket="sharePacket" @listenerActionSheet="listenerActionSheet"
|
<shareRedPackets :sharePacket="sharePacket" @listenerActionSheet="listenerActionSheet"
|
||||||
@showShare="showShare"></shareRedPackets>
|
@showShare="showShare"></shareRedPackets>
|
||||||
<!-- 组件 -->
|
<!-- 组件 -->
|
||||||
<productWindow :attr="attr" :isShow='1' :iSplus='1' @myevent="onMyEvent" @ChangeAttr="ChangeAttr"
|
<productWindow :attr="attr" :isShow='1' :iSplus='1' :showfq="isfenqi" @myevent="onMyEvent" @ChangeAttr="ChangeAttr"
|
||||||
@ChangeCartNum="ChangeCartNum" @attrVal="attrVal" @iptCartNum="iptCartNum" id='product-window'
|
@ChangeCartNum="ChangeCartNum" @attrVal="attrVal" @iptCartNum="iptCartNum" id='product-window'
|
||||||
@getImg="showImg" @installments="installments">
|
@getImg="showImg" @installments="installments">
|
||||||
</productWindow>
|
</productWindow>
|
||||||
|
@ -409,6 +409,7 @@
|
||||||
data() {
|
data() {
|
||||||
let that = this;
|
let that = this;
|
||||||
return {
|
return {
|
||||||
|
isfenqi:false,
|
||||||
showSkeleton: true, //骨架屏显示隐藏
|
showSkeleton: true, //骨架屏显示隐藏
|
||||||
isNodes: 0, //控制什么时候开始抓取元素节点,只要数值改变就重新抓取
|
isNodes: 0, //控制什么时候开始抓取元素节点,只要数值改变就重新抓取
|
||||||
//属性是否打开
|
//属性是否打开
|
||||||
|
@ -560,6 +561,7 @@
|
||||||
this.getTokenIsExist();
|
this.getTokenIsExist();
|
||||||
this.getshiminfo()
|
this.getshiminfo()
|
||||||
this.getstause()
|
this.getstause()
|
||||||
|
this.getfqList()
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
// console.log(JSON.stringify(options),"options.spread")
|
// console.log(JSON.stringify(options),"options.spread")
|
||||||
|
@ -718,18 +720,18 @@
|
||||||
|
|
||||||
|
|
||||||
// 请求分期列表
|
// 请求分期列表
|
||||||
// getfqList: function() {
|
getfqList: function() {
|
||||||
// let data = {
|
let data = {
|
||||||
// limit:15,
|
limit:15,
|
||||||
// page:1,
|
page:1,
|
||||||
// uid:this.$store.getters.uid
|
uid:this.$store.getters.uid
|
||||||
// }
|
}
|
||||||
// getfenqilist(data).then(res => {
|
getfenqilist(data).then(res => {
|
||||||
// this.fenqlist = res.data.list
|
this.fenqlist = res.data.list
|
||||||
|
|
||||||
// // localStorage.setItem('fqlist',JSON.stringify(this.fenqlist))
|
// localStorage.setItem('fqlist',JSON.stringify(this.fenqlist))
|
||||||
// })
|
})
|
||||||
// },
|
},
|
||||||
//校验token是否有效,true为有效,false为无效
|
//校验token是否有效,true为有效,false为无效
|
||||||
getTokenIsExist() {
|
getTokenIsExist() {
|
||||||
this.$LoginAuth.getTokenIsExist().then(data => {
|
this.$LoginAuth.getTokenIsExist().then(data => {
|
||||||
|
@ -1383,6 +1385,7 @@
|
||||||
* 立即购买
|
* 立即购买
|
||||||
*/
|
*/
|
||||||
goBuy: Debounce(function(e) {
|
goBuy: Debounce(function(e) {
|
||||||
|
this.isfenqi=true
|
||||||
if (this.isLogin === false) {
|
if (this.isLogin === false) {
|
||||||
toLogin();
|
toLogin();
|
||||||
// uni.navigateTo({
|
// uni.navigateTo({
|
||||||
|
@ -1394,6 +1397,10 @@
|
||||||
this.$util.Tips({
|
this.$util.Tips({
|
||||||
title: '您有正在进行的订单,请还款后再继续'
|
title: '您有正在进行的订单,请还款后再继续'
|
||||||
});
|
});
|
||||||
|
}else if(this.fenqlist.length<1){
|
||||||
|
this.$util.Tips({
|
||||||
|
title: '系统配置错误,请稍后重试'
|
||||||
|
});
|
||||||
}else{
|
}else{
|
||||||
this.types=0
|
this.types=0
|
||||||
this.goCat(0);
|
this.goCat(0);
|
||||||
|
@ -1414,6 +1421,7 @@
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
goBuys(){
|
goBuys(){
|
||||||
|
this.isfenqi=false
|
||||||
this.types=1
|
this.types=1
|
||||||
this.goCat(0);
|
this.goCat(0);
|
||||||
},
|
},
|
||||||
|
|
|
@ -51,8 +51,9 @@
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
let abb =option
|
let abb =option
|
||||||
console.log(option);
|
|
||||||
|
|
||||||
|
|
||||||
|
// window.postMessage({ action:'someAction',data:'someData'});
|
||||||
if(abb.success=='false'){
|
if(abb.success=='false'){
|
||||||
this.success=abb.success
|
this.success=abb.success
|
||||||
}else if(abb.success=='true'){
|
}else if(abb.success=='true'){
|
||||||
|
@ -67,6 +68,15 @@
|
||||||
}
|
}
|
||||||
this.getfaceinfo()
|
this.getfaceinfo()
|
||||||
}
|
}
|
||||||
|
setTimeout(()=>{
|
||||||
|
let script = document.createElement('script');
|
||||||
|
script.src='https://res.wx.qq.com/open/js/jweixin-1.3.2.js'
|
||||||
|
document.head.appendChild(script);
|
||||||
|
},100)
|
||||||
|
setTimeout(()=>{
|
||||||
|
wx.miniProgram.navigateBack()
|
||||||
|
wx.miniProgram.postMessage({ data:{'url':option} })
|
||||||
|
},300)
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -76,6 +86,8 @@
|
||||||
token:this.token
|
token:this.token
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
getfaceInfo(data).then(res => {
|
getfaceInfo(data).then(res => {
|
||||||
|
|
||||||
|
|
|
@ -226,7 +226,7 @@
|
||||||
<view>合计:
|
<view>合计:
|
||||||
<text class='price_color'>¥{{orderInfoVo.payFee || 0}}</text>
|
<text class='price_color'>¥{{orderInfoVo.payFee || 0}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class='settlement' style='z-index:100' @tap="SubOrder">立刻申请</view>
|
<view class='settlement' style='z-index:100' @tap="SubOrder">先享后付</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
1
static/uni.webview.1.5.5.js
Normal file
1
static/uni.webview.1.5.5.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,50 +1,34 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="zh-CN">
|
<html lang="zh-CN">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>
|
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico">
|
||||||
<%= htmlWebpackPlugin.options.title %>
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
</title>
|
<title>
|
||||||
<!-- Open Graph data -->
|
<%= htmlWebpackPlugin.options.title %>
|
||||||
<!-- <meta property="og:title" content="Title Here" /> -->
|
</title>
|
||||||
<!-- <meta property="og:url" content="http://www.example.com/" /> -->
|
<script>
|
||||||
<!-- <meta property="og:image" content="http://example.com/image.jpg" /> -->
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
<!-- <meta property="og:description" content="Description Here" /> -->
|
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
|
||||||
<script>
|
})
|
||||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS
|
</script>
|
||||||
.supports(
|
<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
|
||||||
'top: constant(a)'))
|
</head>
|
||||||
document.write(
|
<body>
|
||||||
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
<noscript>
|
||||||
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
<strong>本站点必须要开启JavaScript才能运行</strong>
|
||||||
</script>
|
</noscript>
|
||||||
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
|
<div id="app"></div>
|
||||||
</head>
|
</body>
|
||||||
<body>
|
<script src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
|
||||||
<noscript>
|
<!-- uni 的 SDK -->
|
||||||
<strong>Please enable JavaScript to continue.</strong>
|
<script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script>
|
||||||
</noscript>
|
<script>
|
||||||
<div id="app"></div>
|
document.addEventListener('UniAppJSBridgeReady', function() {
|
||||||
<!-- built files will be auto injected -->
|
uni.webView.getEnv(function(res) {
|
||||||
</body>
|
console.log('当前环境:' + JSON.stringify(res));
|
||||||
<script type="text/javascript">
|
});
|
||||||
var userAgent = navigator.userAgent;
|
});
|
||||||
if (userAgent.indexOf('AlipayClient') > -1) {
|
</script>
|
||||||
// 支付宝小程序的 JS-SDK 防止 404 需要动态加载,如果不需要兼容支付宝小程序,则无需引用此 JS 文件。
|
</html>
|
||||||
document.writeln('<script src="https://appx/web-view.min.js"' + '>' + '<' + '/' + 'script>');
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<script src="https://gw.alipayobjects.com/as/g/h5-lib/alipayjsapi/3.1.1/alipayjsapi.min.js"></script>
|
|
||||||
<script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script>
|
|
||||||
<script type="text/javascript" src="./js/uni.webview.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
// 待触发 `UniAppJSBridgeReady` 事件后,即可调用 uni 的 API。
|
|
||||||
document.addEventListener('UniAppJSBridgeReady', function() {
|
|
||||||
|
|
||||||
uni.webView.getEnv(function(res) {
|
|
||||||
console.log('当前环境:' + JSON.stringify(res));
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue
Block a user