Commit e735b094 authored by mengcuiguang's avatar mengcuiguang

投放接口添加字段

parent 547db4d3
...@@ -76,8 +76,8 @@ ...@@ -76,8 +76,8 @@
windowWidth: 0, windowWidth: 0,
bottomSafePadding: 12, bottomSafePadding: 12,
h5Url: 'https://api.mints-id.com/index.html', h5Url: 'https://api.mints-id.com/index.html',
// baseUrl: 'https://api.mints-tech.cn/camera-api/miniApi', baseUrl: 'https://api.mints-tech.cn/camera-api/miniApi',
baseUrl: 'http://test.mints-id.com/camera-api/miniApi', // baseUrl: 'http://test.mints-id.com/camera-api/miniApi',
// baseUrl: 'http://192.168.110.71:8301/miniApi', // baseUrl: 'http://192.168.110.71:8301/miniApi',
titleButtonWidth: 38, titleButtonWidth: 38,
token: '', token: '',
......
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
</view> </view>
</view> </view>
<view style="font-size: 20rpx;margin-top: 10rpx;">{{item.title}}</view> <view style="font-size: 26rpx;margin-top: 10rpx;">{{item.title}}</view>
<view style="font-size: 18rpx;margin-top: 10rpx;" <view style="font-size: 22rpx;margin-top: 10rpx;"
v-if="item.orderTags!=null&&item.orderTags.length>0"> v-if="item.orderTags!=null&&item.orderTags.length>0">
<scroll-view scroll-x="true"> <scroll-view scroll-x="true">
<block v-for="t in item.orderTags" :key="item.orderTags"> <block v-for="t in item.orderTags" :key="item.orderTags">
...@@ -95,8 +95,8 @@ ...@@ -95,8 +95,8 @@
</view> </view>
</view> </view>
</view> </view>
<view style="font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.title}}</view> <view style="font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.title}}</view>
<view style="font-size: 18rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.vedioDesc}}</view> <view style="font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.vedioDesc}}</view>
</view> </view>
<view class="item-wrap" v-for="(item, i) in dataList" :key="i" v-if="i % 2 == 1" <view class="item-wrap" v-for="(item, i) in dataList" :key="i" v-if="i % 2 == 1"
...@@ -117,8 +117,8 @@ ...@@ -117,8 +117,8 @@
</view> </view>
</view> </view>
</view> </view>
<view style="font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.title}}</view> <view style="font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.title}}</view>
<view style="font-size: 18rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.vedioDesc}}</view> <view style="font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;">{{item.vedioDesc}}</view>
</view> </view>
......
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
<text style="animation-delay: 0.3s;color: black;"></text> <text style="animation-delay: 0.3s;color: black;"></text>
<text style="animation-delay: 0.4s;color: black;"> </text> <text style="animation-delay: 0.4s;color: black;"> </text>
<text style="animation-delay: 0.4s;color: black;"> </text> <text style="animation-delay: 0.4s;color: black;"> </text>
<text style="animation-delay: 0.5s;color: black;"></text> <text style="animation-delay: 0.5s;color: black;"></text>
<text style="animation-delay: 0.6s;color: black;"> </text> <text style="animation-delay: 0.6s;color: black;"> </text>
<text style="animation-delay: 0.7s;color: black;"> </text> <text style="animation-delay: 0.7s;color: black;"> </text>
<text style="animation-delay: 0.8s;color: black;"></text> <text style="animation-delay: 0.8s;color: black;"></text>
<text style="animation-delay: 0.9s;color: black;"> </text> <text style="animation-delay: 0.9s;color: black;"> </text>
<text style="animation-delay: 1s;color: black;"> </text> <text style="animation-delay: 1s;color: black;"> </text>
<text style="animation-delay: 1.1s;color: black;"></text> <text style="animation-delay: 1.1s;color: black;"></text>
</view> </view>
<view style="color: black;margin-top: 40rpx;font-size: 40rpx;">欢迎使用</view> <view style="color: black;margin-top: 40rpx;font-size: 40rpx;">欢迎使用</view>
</view> </view>
...@@ -64,6 +64,8 @@ ...@@ -64,6 +64,8 @@
var promotionId = '' // aid var promotionId = '' // aid
var projectId = ''; var projectId = '';
var tips2 = ''; var tips2 = '';
var product_type = '';
var zs_channel = '';
if (obj.query.clue_token ?? '' != '') { if (obj.query.clue_token ?? '' != '') {
channel = 'tt' channel = 'tt'
...@@ -74,6 +76,8 @@ ...@@ -74,6 +76,8 @@
promotionId = obj.query.promotion_id ?? '' promotionId = obj.query.promotion_id ?? ''
projectId = obj.query.project_id ?? '' projectId = obj.query.project_id ?? ''
tips2 = obj.query.tips2 ?? '' tips2 = obj.query.tips2 ?? ''
product_type = obj.query.product_type ?? ''
zs_channel = obj.query.zs_channel ?? ''
} }
if (obj.query.ksChannel ?? '' != '') { if (obj.query.ksChannel ?? '' != '') {
...@@ -104,6 +108,8 @@ ...@@ -104,6 +108,8 @@
reqId: reqId, reqId: reqId,
promotionId: promotionId, promotionId: promotionId,
projectId: projectId, projectId: projectId,
productType: product_type,
zsChannel: zs_channel
}, },
showLoading: false, showLoading: false,
success: ({ success: ({
......
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
<view <view
style="display: flex;flex-direction: row;background: #f5ca86;margin: 20rpx;padding: 40rpx;border-radius:20rpx;align-items: center;justify-content:space-between;"> style="display: flex;flex-direction: row;background: #f5ca86;margin: 20rpx;padding: 40rpx;border-radius:20rpx;align-items: center;justify-content:space-between;">
<view style="display: flex;flex-direction: column;justify-content: center;"> <view style="display: flex;flex-direction: column;justify-content: center;">
<view style="font-size: 34rpx;color: #5b1500;font-weight: 777;"> <view style="font-size: 36rpx;color: #5b1500;font-weight: 777;">
{{userBean.expireTime<=0 ? '开通VIP会员' : 'VIP会员'}} {{userBean.expireTime<=0 ? '开通VIP会员' : 'VIP会员'}}
</view> </view>
<view v-if="userBean.expireTime<=0" style="font-size: 24rpx;color: #5b1500;margin-top: 12rpx;"> <view v-if="userBean.expireTime<=0" style="font-size: 30rpx;color: #5b1500;margin-top: 12rpx;">
解锁全部短剧 解锁全部短剧
</view> </view>
<view v-else style="font-size: 24rpx;color: #5b1500;margin-top: 12rpx;"> <view v-else style="font-size: 30rpx;color: #5b1500;margin-top: 12rpx;">
到期时间:{{userBean.expireTime*1000 | formatDate('yyyy-MM-dd')}} 到期时间:{{userBean.expireTime*1000 | formatDate('yyyy-MM-dd')}}
</view> </view>
......
<template> <template>
<view class="body"> <view class="body">
<status-title :showBack="true" icon-color="white" font-color="white">会员界面</status-title> <status-title :showBack="true" icon-color="white" font-color="white">会员支付</status-title>
<scroll-view scroll-y style="height: 100%;"> <scroll-view scroll-y style="height: 100%;">
<image style="width: 100%;" src="https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_vip_2.png" mode="widthFix" /> <image style="width: 100%;" src="https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/img/bg_vip_2.png" mode="widthFix" />
...@@ -106,21 +106,21 @@ ...@@ -106,21 +106,21 @@
success(res) { success(res) {
message.notify('支付成功') message.notify('支付成功')
that.post({ // that.post({
url: '/vip/queryVipOrder', // url: '/vip/queryVipOrder',
data: { // data: {
tid: wxData.tid // tid: wxData.tid
}, // },
showLoading: false, // showLoading: false,
success: ({ // success: ({
data // data
}) => { // }) => {
} // }
}); // });
setTimeout(() => { setTimeout(() => {
redirectTo('home'); navigateTo(`/pages/home`)
}, 1000); }, 1000);
}, },
fail(res) { fail(res) {
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<view style="display: flex;flex-direction: column;"> <view style="display: flex;flex-direction: column;">
<view style="font-size: 28rpx;color: black;">{{item.remarks}}</view> <view style="font-size: 28rpx;color: black;">{{item.remarks}}</view>
<view style="font-size: 22rpx;color: gray;margin-top: 16rpx;">付款时间:{{item.createtime}}</view> <view style="font-size: 26rpx;color: gray;margin-top: 16rpx;">付款时间:{{item.createtime}}</view>
<view style="font-size: 22rpx;color: gray;margin-top: 1rpx;">订单编号:{{item.orderid}}</view> <view style="font-size: 26rpx;color: gray;margin-top: 1rpx;">订单编号:{{item.orderid}}</view>
</view> </view>
<view style="display: flex;align-items: center;margin-right: 8rpx;font-size: 36rpx;color: red;"> <view style="display: flex;align-items: center;margin-right: 8rpx;font-size: 36rpx;color: red;">
{{item.balance}} {{item.balance}}
......
vedio/static/logo-about.png

5.94 KB | W: | H:

vedio/static/logo-about.png

6.85 KB | W: | H:

vedio/static/logo-about.png
vedio/static/logo-about.png
vedio/static/logo-about.png
vedio/static/logo-about.png
  • 2-up
  • Swipe
  • Onion skin
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