作者 lihongjuan

航拍二开

正在显示 61 个修改的文件 包含 473 行增加380 行删除
... ... @@ -61,7 +61,7 @@ App({
//init
let that = this;
let postData = data;
let baseUrl = 'http://airphoto.t.brotop.cn/api/';
let baseUrl = 'https://airphoto.t.broteam.cn/api/';
//网络请求
let header = {
// 'XX-Device-Type': 'wxapp',
... ... @@ -83,7 +83,6 @@ App({
title: '请重新登录',
icon: 'none'
})
setTimeout(function () {
wx.navigateTo({
url: '/pages/index/index',
... ... @@ -92,7 +91,6 @@ App({
}else {
reject(res.data)
}
},
fail: function (e) {
reject('网络出错');
... ... @@ -114,7 +112,7 @@ App({
wx.showLoading({
title: '上传中',
})
let url = 'http://airphoto.t.brotop.cn/api/common/upload';
let url = 'https://airphoto.t.broteam.cn/api/common/upload';
let head = {
'token': wx.getStorageSync('token'),
'XX-Device-Type': ''
... ... @@ -152,6 +150,6 @@ App({
},
globalData: {
userInfo: null,
baseUrl:'http://airphoto.t.brotop.cn'
baseUrl:'https://airphoto.t.broteam.cn'
}
})
\ No newline at end of file
... ...
... ... @@ -145,7 +145,7 @@ image {
.quebtn {
width: 286rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 44rpx;
color: #fff;
... ... @@ -268,7 +268,8 @@ image {
width: 95rpx;
height: 95rpx;
border-radius: 50%;
background: #409FFE;
background: #eaf5ff;
position: fixed;
bottom: 4rpx;
left: 50%;
... ... @@ -280,6 +281,8 @@ image {
z-index:999
}
.cremaimg {
width: 42rpx;
height: 42rpx;
... ... @@ -288,6 +291,6 @@ image {
.yuyeu {
font-size: 20rpx;
color: #fff;
color: #409FFE;
margin-top: 2rpx;
}
\ No newline at end of file
... ...

2.1 KB | 宽: | 高:

3.1 KB | 宽: | 高:

  • 两方对比
  • 交换覆盖
  • 透明覆盖

1.2 KB | 宽: | 高:

2.9 KB | 宽: | 高:

  • 两方对比
  • 交换覆盖
  • 透明覆盖

1000 字节

3.6 KB | 宽: | 高:

3.4 KB | 宽: | 高:

  • 两方对比
  • 交换覆盖
  • 透明覆盖

692 字节 | 宽: | 高:

3.0 KB | 宽: | 高:

  • 两方对比
  • 交换覆盖
  • 透明覆盖

1000 字节 | 宽: | 高:

2.9 KB | 宽: | 高:

  • 两方对比
  • 交换覆盖
  • 透明覆盖

410 字节 | 宽: | 高:

3.0 KB | 宽: | 高:

  • 两方对比
  • 交换覆盖
  • 透明覆盖

1.0 KB | 宽: | 高:

2.9 KB | 宽: | 高:

  • 两方对比
  • 交换覆盖
  • 透明覆盖

9.0 KB | 宽: | 高:

9.6 KB | 宽: | 高:

  • 两方对比
  • 交换覆盖
  • 透明覆盖
... ... @@ -20,49 +20,50 @@ Page({
delshow: false,
video_attr: [],
goucartid: [],
footersel:3,
type:1,
shouwrap:false,
footersel: 3,
type: 1,
shouwrap: false,
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function(options) {
onLoad: function (options) {
},
yuyue(){
yuyue() {
wx.navigateTo({
url: '/pages/qujingdi/qujingdi',
})
},
//合并使用
hejisuan(){
if(this.data.video_id.length==0){
wx.showToast({
title: '请选择视频',
icon:'none'
})
}else{
wx.navigateTo({
url: '/pages/sucaishenqing/sucaishenqing?videoid='+ JSON.stringify(this.data.video_id)
//合并使用
hejisuan() {
if (this.data.video_id.length == 0) {
wx.showToast({
title: '请选择视频',
icon: 'none'
})
} else {
wx.navigateTo({
url: '/pages/yonghuxieyi/yonghuxieyi?videoid=' + JSON.stringify(this.data.video_id)
// url: '/pages/sucaishenqing/sucaishenqing?videoid='+ JSON.stringify(this.data.video_id)
})
// this.setData({
// shouwrap:true
// })
}
},
// 取消合并使用
cancel() {
this.setData({
shouwrap: false
})
// this.setData({
// shouwrap:true
// })
}
},
// 取消合并使用
cancel(){
this.setData({
shouwrap:false
})
},
},
// 视频详情
videodetail(e) {
... ... @@ -79,7 +80,7 @@ cancel(){
})
},
bindPickerChange: function(e) {
bindPickerChange: function (e) {
let newdiannum = this.data.diannum;
newdiannum++;
this.setData({
... ... @@ -117,7 +118,7 @@ cancel(){
let tt = 0;
let newtotalmoney = this.data.totalmoney;
let pp = this.data.pp;
pp.push(Number(newcartlist[index].videoprice));
... ... @@ -147,7 +148,7 @@ cancel(){
})
}
let newhebing=this.data.hebing;
let newhebing = this.data.hebing;
for (var i = 0; i < newcartlist.length; i++) {
for (var j = 0; j < newhebing.length; j++) {
... ... @@ -156,19 +157,14 @@ cancel(){
}
}
}
// newcartlist[index].cartindex = e.detail.value;
this.setData({
cartlist: newcartlist,
hebing:newhebing
hebing: newhebing
})
console.log(this.data.cartlist);
console.log(this.data.hebing)
},
//获取购物车列表
... ... @@ -178,16 +174,15 @@ cancel(){
app.post(url, '', 'post').then((res) => {
console.log(res)
let info=res.info
info.forEach(function(value,index,array){
value.sel=false
let info = res.info
info.forEach(function (value, index, array) {
value.sel = false
})
that.setData({
cartlist:info
cartlist: info
})
}).catch((err) => {
})
}).catch((err) => {})
},
// 选择购物车
... ... @@ -200,7 +195,7 @@ cancel(){
icon: 'none'
})
setTimeout(function() {
setTimeout(function () {
wx.navigateTo({
url: '/pages/index/index',
})
... ... @@ -208,20 +203,20 @@ cancel(){
} else {
console.log(e)
let cartid = e.currentTarget.dataset.cartid;
let newcartlist=this.data.cartlist;
let newcartlist = this.data.cartlist;
let newvideo_id = this.data.video_id;
for (var obj of newcartlist) {
if (obj.video_id == cartid) {
obj.sel = !obj.sel;
if (obj.sel == true) {
newvideo_id.push(obj.video_id);
} else if (obj.sel == false ) {
for(var i=0;i<newvideo_id.length;i++){
if (newvideo_id[i]==cartid){
newvideo_id.splice(i,1);
} else if (obj.sel == false) {
for (var i = 0; i < newvideo_id.length; i++) {
if (newvideo_id[i] == cartid) {
newvideo_id.splice(i, 1);
}
}
}
}
}
}
... ... @@ -239,7 +234,7 @@ cancel(){
cartlist: newcartlist,
video_id: newvideo_id,
})
console.log(that.data.video_id,'999999')
console.log(that.data.video_id, '999999')
}
},
... ... @@ -253,17 +248,17 @@ cancel(){
icon: 'none'
})
setTimeout(function() {
setTimeout(function () {
wx.navigateTo({
url: '/pages/index/index',
})
}, 1500)
}else{
} else {
this.setData({
totalsel: !this.data.totalsel,
video_id:[]
video_id: []
})
let newcartlist = this.data.cartlist;
let newvideo_id = this.data.video_id;
if (this.data.totalsel == true) {
... ... @@ -275,90 +270,55 @@ cancel(){
for (var obj of newcartlist) {
obj.sel = false;
}
newvideo_id=[]
newvideo_id = []
}
this.setData({
cartlist: newcartlist,
video_id: newvideo_id,
})
console.log('76543', this.data.video_id)
}
},
delcart() {
let that = this;
if (that.data.totalcartarr.length == 0) {
if (that.data.video_id.length == 0) {
wx.showToast({
title: '请选择要删除的图片或视频',
title: '请选择要删除的视频',
icon: "none"
})
} else {
let url = 'user/delcar';
let param = {
ids: that.data.totalcartarr.join(",")
}
app.post(url, param, 'post').then((res) => {
console.log(res);
let newcartlist = that.data.cartlist;
let newtotalmoney = that.data.totalmoney;
let newtotalcartarr = that.data.totalcartarr;
let money = 0;
for (var i = 0; i < newcartlist.length; i++) {
for (var j = 0; j < newtotalcartarr.length; j++) {
if (newtotalcartarr[j] == newcartlist[i].id) {
console.log(newtotalcartarr[j]);
console.log(newcartlist[i])
if (newcartlist[i].pic_id == null) {
console.log(777)
money = newcartlist[i].videoprice
newtotalmoney = newtotalmoney - money
} else if (newcartlist[i].video_id == null) {
if (newcartlist[i].pic_id.vipprice == undefined) {
money = newcartlist[i].pic_id.price
} else {
money = newcartlist[i].pic_id.vipprice
}
newtotalmoney = newtotalmoney - money
}
wx.showModal({
title: '提示',
content: '是否删除收藏视频',
success(res) {
if (res.confirm) {
let url = 'index/delcar';
let param = {
ids: that.data.video_id.join(",")
}
app.post(url, param, 'post').then((res) => {
console.log(res);
wx.showToast({
title: '删除成功',
icon: 'none'
})
that.getcartlsit();
}).catch((err) => {
})
} else if (res.cancel) {
console.log('用户点击取消')
}
}
})
that.setData({
totalmoney: newtotalmoney
})
wx.showToast({
title: '删除购物车成功',
icon: 'none'
})
setTimeout(function() {
that.getcartlsit();
that.setData({
totalcartarr:[],
totalsel: false
})
}, 1000)
}).catch((err) => {
})
}
},
// 底部导航跳转
... ... @@ -386,15 +346,15 @@ cancel(){
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function() {
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function() {
let that=this;
onShow: function () {
let that = this;
this.getcartlsit();
this.setData({
totalmoney: 0,
... ... @@ -409,34 +369,34 @@ cancel(){
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function() {
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function() {
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function() {
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function() {
onReachBottom: function () {
},
... ... @@ -444,7 +404,7 @@ cancel(){
/**
* 用户点击右上角分享
*/
onShareAppMessage: function() {
onShareAppMessage: function () {
}
})
\ No newline at end of file
... ...
... ... @@ -25,12 +25,19 @@
<view class="anniu">
<image src="/img/anniu.png"></image>
</view>
</view>
<view class="cartboxitembottom">
<image src="/img/videotop.png" class="shipintop"></image>
<image src="/img/videotop.png" class="shipinbot"></image>
<view class="cartboxitembottom">
<view class="cartboxitembotleft">
{{item.title}}
</view>
<view class="cartboxitembotleft">
{{item.attribute}}
</view>
</view>
</view>
</view>
</block>
</view>
... ... @@ -38,11 +45,21 @@
</view>
</view>
<!-- wx:if="{{type==1}}" -->
<view class="cartfoot" >
<view class="cartfootleft">
<view class="cartfootlefimg" bindtap="selallcart">
<image src="/img/noselect.png" wx:if="{{totalsel==false}}"></image>
<image src="/img/selectcart.png" wx:else></image>
</view>
</view>
<view class="cartfootright" bindtap="hejisuan">{{video_id.length>1?'合并申请':'申请'}}</view>
</view>
<view class="crema" bindtap="yuyue">
<view class="cremaimg">
<image src="/img/crema1.png"></image>
<image src="/img/camera2.png"></image>
</view>
... ...
... ... @@ -72,14 +72,14 @@
.videoitemimg {
width: 640rpx;
height: 360rpx;
height: 374rpx;
font-size: 0;
position: relative;
}
.videoitemimgp {
width: 640rpx;
height: 212rpx;
height: 226rpx;
font-size: 0;
}
... ... @@ -88,10 +88,14 @@
}
.cartboxitembottom {
width:590rpx;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 24rpx;
position: absolute;
bottom:50rpx;
left:24rpx;
}
.cartboxitemrightone {
... ... @@ -122,6 +126,7 @@
}
.cartfoot {
width:100%;
display: flex;
align-items: center;
justify-content: space-between;
... ... @@ -131,6 +136,7 @@
position: fixed;
bottom:106rpx;
left: 0;
background: #fff;
}
.cartfootleft {
... ... @@ -158,17 +164,18 @@
}
.cartfootright {
width: 280rpx;
width: 178rpx;
background: #409FFE;
font-size: 32rpx;
color: #fff;
text-align: center;
height: 88rpx;
line-height: 88rpx;
height: 78rpx;
line-height: 78rpx;
border-radius: 16rpx;
}
.cartboxitembotleft {
color: #06121e;
color: #fff;
font-size: 28rpx;
font-weight: bold;
}
... ... @@ -244,7 +251,7 @@
.quding {
width: 260rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 8rpx;
color: #fff;
... ... @@ -313,7 +320,7 @@
.youque {
width: 202rpx;
height: 80rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#FFFFFF;
... ... @@ -340,5 +347,19 @@ margin-top:15rpx
.quxiao{
color:rgba(251, 99, 36, 1);
background: #fff;
border:1rpx solid rgba(251, 99, 36, 1);
border:1rpx solid#409FFE;
}
.shipintop{
width:640rpx;
height:36rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:640rpx;
height:36rpx;
position: absolute;
bottom:0;
left:0
}
\ No newline at end of file
... ...
... ... @@ -101,7 +101,7 @@
.zhifupay {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#FFFFFF;
... ...
... ... @@ -8,7 +8,7 @@
.mai {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#fff;
... ...
... ... @@ -46,7 +46,7 @@
.bottomtextright {
width: 486rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 44rpx;
color:#fff;
... ...
... ... @@ -18,15 +18,16 @@
</div> -->
</view>
<view class="nodata" wx:if="{{sortlist.length==0}}">暂无数据</view>
<view class="nodata" wx:if="{{sortlist.length==0}}">暂无数据</view>
<view class="searchvideo" wx:else>
<view wx:for="{{sortlist}}" wx:key="index" bindtap="govideo" data-id="{{item.id}}">
<view class="searchvideoimg">
<image src="{{item.image}}"></image>
<image src="/img/videotop.png" class="shipintop"></image>
<image src="/img/videotop.png" class="shipinbot"></image>
<image src="/img/videotop.png" class="shipintop"></image>
<image src="/img/videotop.png" class="shipinbot"></image>
<view class="picname">{{item.name}}</view>
</view>
<view class="picname">{{item.name}}</view>
<view class="destitle">{{item.description}}</view>
</view>
</view>
</view>
... ... @@ -42,7 +43,7 @@
</view>
<view class="crema" bindtap="yuyue">
<view class="cremaimg">
<image src="/img/crema1.png"></image>
<image src="/img/camera2.png"></image>
</view>
<view class='yuyeu'>取景地</view>
</view>
... ...
... ... @@ -18,21 +18,16 @@ page {
padding:0 24rpx 24rpx;
box-sizing: border-box;
overflow-x: hidden;
margin-bottom:150rpx
margin-bottom:120rpx
}
.videohead {
/* width: 702rpx; */
height: 380rpx;
height: 288rpx;
font-size: 0;
position: relative;
/* border-radius: 16rpx; */
}
.videohead image {
border-radius: 16rpx;
}
.search {
display: flex;
align-items: center;
... ... @@ -102,43 +97,47 @@ page {
.searchvideoimg {
width: 702rpx;
height: 320rpx;
height: 382rpx;
font-size: 0;
margin-top: 24rpx;
margin-top: 12rpx;
position: relative;
/* border-radius: 16rpx; */
position: relative;
}
.shipintop{
width:702rpx;
height:20rpx;
height:36rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:702rpx;
height:20rpx;
height:36rpx;
position: absolute;
bottom:0;
left:0
}
.picname{
color: #409FFE;
color: #fff;
font-size: 32rpx;
text-align: center;
margin-top:20rpx
margin-top:20rpx;
position: absolute;
bottom:50rpx;
left:24rpx;
}
.searchvideoimg image {
/* .searchvideoimg image {
border-radius: 16rpx;
}
} */
.crema {
width: 95rpx;
height: 95rpx;
border-radius: 50%;
background: #409FFE;
background:#eaf5ff;
position: fixed;
bottom: 4rpx;
left: 50%;
... ... @@ -150,17 +149,7 @@ page {
z-index:999
}
.cremaimg {
width: 42rpx;
height: 42rpx;
font-size: 0;
}
.yuyeu {
font-size: 20rpx;
color: #fff;
margin-top: 2rpx;
}
.phonewrap {
width: 508rpx;
... ... @@ -287,3 +276,10 @@ image{
transform: scale3d(0, 0, 0);
}
}
.destitle{
color:#333;
font-size: 28rpx;
font-weight: bold;
margin-top:12rpx ;
text-align: center;
}
\ No newline at end of file
... ...
... ... @@ -8,7 +8,7 @@
.mai {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#fff;
... ...
... ... @@ -46,7 +46,7 @@
.bottomtextright {
width: 686rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 44rpx;
color:#fff;
... ...
... ... @@ -242,7 +242,7 @@
.queren {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#fff;
... ...
... ... @@ -34,7 +34,7 @@
.wancheng {
width: 686rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 8rpx;
color:#fff;
... ...
{
"navigationBarTitleText": "影视空镜头素材库"
"navigationBarTitleText": "影视空镜头素材库",
"navigationStyle":"custom"
}
\ No newline at end of file
... ...
... ... @@ -7,14 +7,15 @@
<view class="kinditem" wx:for="{{zonelist}}" wx:key="" bindtap="gopic" data-index="{{index}}" data-id="{{item.id}}" data-areaname="{{item.area_name}}">
<view class="kindtopimg">
<image src="{{item.image}}"></image>
<view class="nametype">{{item.typename}}</view>
</view>
<view class="kindname">{{item.typename}}</view>
</view>
</view>
<!-- 预约拍摄 -->
<view class="crema" bindtap="yuyue">
<view class="cremaimg">
<image src="/img/crema1.png"></image>
<image src="/img/camera2.png"></image>
</view>
<!-- <view class='yuyeu'>预约</view> -->
<view class='yuyeu'>取景地</view>
... ...
... ... @@ -2,10 +2,8 @@ page{
background: #F9F9F9
}
.hengtu{
width:702rpx;
height:300rpx;
margin:20rpx auto ;
border-radius: 20rpx;
width:750rpx;
height:288rpx;
}
.hengtu image{
width:100%;
... ... @@ -28,6 +26,15 @@ page{
font-size: 0;
position: relative
}
.nametype{
color:#fff;
font-size:28rpx;
text-align: center;
width:220rpx;
position: absolute;
left:13rpx;
bottom:12rpx;
}
.kindname{
/* width:702rpx; */
width:226rpx;
... ...
... ... @@ -34,7 +34,7 @@ page{
.copylianjie {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#fff;
... ...
... ... @@ -71,7 +71,7 @@
<image src="/img/order.png"></image>
</view>
<view class="minelsitleftname">我的素材</view>
<view class="minelsitleftname">下载记录</view>
</view>
<view class="mineleftright">
... ... @@ -124,7 +124,7 @@
</view>
<view class="crema" bindtap="yuyue">
<view class="cremaimg">
<image src="/img/crema1.png"></image>
<image src="/img/camera2.png"></image>
</view>
... ...
... ... @@ -72,7 +72,16 @@ videoetail(e){
})
}
},
// 重新申请
repalyshen(e){
let id=e.currentTarget.dataset.id
let arr=[];
arr.push(id)
wx.navigateTo({
url: '/pages/sucaishenqing/sucaishenqing?video_id='+JSON.stringify(arr)+'&is_edit='+1
})
},
// 使用人
username(e) {
... ...
{
"navigationBarTitleText": "素材列表"
"navigationBarTitleText": "下载记录"
}
\ No newline at end of file
... ...
<!-- 下载地址 -->
<view class="xiazairegister" wx:if="{{xizaicode}}" bindtap="hidexiazai">
<view class="xiazaiwrapcode">
<view class="codeitemleft">
<view class="codetitle">{{copytitle}}</view>
<view class="lianjie">
{{copyurl}}
<view class="codeitemright" catchtap='copy' data-url="{{copyurl}}" style="margin-left:10rpx">复制</view>
</view>
</view>
<view class="codetitle">{{copytitle}}</view>
<view class="lianjie">
<view class="lainjietext">{{copyurl}}</view>
<view class="codeitemright" catchtap='copy' data-url="{{copyurl}}" style="margin-left:10rpx">复制</view>
</view>
<view class="want">
若想获取未调色原始素材,
请联系客服至灵山湾影视局
进行拷贝
</view>
<button open-type="contact" class="codeitemright">联系客服</button>
若想获取未调色原始素材,请联系客服至灵山湾影视局进行拷贝
</view>
<button open-type="contact" class="huoqu">获取未调色的原始dng序列</button>
</view>
</view>
... ... @@ -56,62 +49,40 @@
<view wx:if="{{pic!=null}}">
<view class="codeitem" wx:for="{{pic}}" wx:key="">
<view class="codeitemleft">
<view class="codetitle">{{item.title}}</view>
<view class="lianjie">
链接:{{item.url}}
</view>
<view class="tiqu">提取码: {{item.code}}</view>
</view>
<!-- <view class="codeitemright" catchtap='copy' data-url="{{item.url}}" data-code="{{item.code}}">复制</view> -->
</view>
</view>
</view>
<view class="codeitemright fuzhi" bindtap="hecopy">复制</view>
</view>
</view>
<!-- 删除订单 -->
<view class="xiazairegister" wx:if="{{quxiao}}" bindtap="hidecancel">
<view class="delwrap quxiaowrap" catchtap='ti'>
<view class="fapiaokai">
<view class="quxiaoding">是否取消该订单?</view>
</view>
<!-- <view class="delwrd">是否删除该订单</view> -->
<view class="delbottom">
<view class="delbottomleft" bindtap="cancelquxiao">取消</view>
<view class="delbottomright quefa" bindtap="surequxiao">确定</view>
</view>
</view>
</view>
<!-- 输入邮箱 -->
<view class="xiazairegister" bindtap="hideyou" wx:if="{{showyou}}">
<view class="delwrap youwrap" catchtap='ti'>
<view class="youxiang">请输入邮箱</view>
<view class="youxiangenter">
<input placeholder='' placeholder-class='you' />
</view>
<view class="youque">确定</view>
</view>
</view>
... ... @@ -119,7 +90,6 @@
<!-- 下载授权书-->
<view class="xiazairegister" bindtap="hideshou" wx:if="{{shouwrap}}">
<view class="xiazaiwrap" catchtap='ti'>
<view class="shouquanxin">授权书信息</view>
<view class="xiazaiitem">
<view class="xizaileft">使用人:</view>
... ... @@ -127,7 +97,6 @@
<input placeholder='请输入' bindinput="username" />
</view>
</view>
<view class="yong">
<view class="xizaileft yongleft">用途:</view>
<view class="xiazairight yongtu">
... ... @@ -146,15 +115,11 @@
<input placeholder='请输入' bindinput="email" />
</view>
</view>
<view class="quding" bindtap="surexia">确定</view>
</view>
</view>
<view class="xiazairegister" bindtap="hideshouall" wx:if="{{shouwrapall}}">
<view class="xiazaiwrap" catchtap='ti'>
<view class="shouquanxin">授权书信息</view>
<view class="xiazaiitem">
<view class="xizaileft">使用人:</view>
... ... @@ -162,7 +127,6 @@
<input placeholder='请输入' bindinput="username" />
</view>
</view>
<view class="yong">
<view class="xizaileft yongleft">用途:</view>
<view class="xiazairight yongtu">
... ... @@ -175,13 +139,9 @@
<input placeholder='请输入' bindinput="lianxiphone" />
</view>
</view>
<view class="quding" bindtap="surexiaquan">确定</view>
</view>
</view>
<view class="orderhead" >
<view class="orderheaditem {{ordersid==1?'orderactive':''}}" bindtap="ordersel" data-id="1">
全部
... ... @@ -191,11 +151,11 @@
审核中
</view>
<view class="orderheaditem {{ordersid==3?'orderactive':''}}" bindtap="ordersel" data-id="3">
审核已通过
已通过
</view>
<view class="orderheaditem {{ordersid==4?'orderactive':''}}" bindtap="ordersel" data-id="4">
审核未通过
未通过
</view>
</view>
... ... @@ -213,9 +173,8 @@
<view class="finishitemritem" >
<view class="finishitemritemleft">
<image src="{{item.image}}"></image>
<view class="anniux">
<image src="/img/gouvideo.png"></image>
</view>
<image src="/img/duanvideo.png" class="shipintop"></image>
<image src="/img/duanvideo.png" class="shipinbot"></image>
</view>
<view class="finishitemright">
<view class="finishitemrighttop">
... ... @@ -231,15 +190,12 @@
<view class="shenqingbox" wx:if="{{item.status==1}}">
<view class="sheqingboxitem" bindtap="xiazaiaddress" data-url="{{item.url}}" data-title="{{item.title}}">下载地址</view>
</view>
<view class="shenqingbox" wx:if="{{item.status==2}}">
<view class="sheqingboxitem" bindtap="repalyshen" data-id="{{item.video_id}}">重新申请</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
\ No newline at end of file
... ...
... ... @@ -89,7 +89,7 @@
width: 160rpx;
height: 56rpx;
background: rgba(255, 255, 255, 1);
border: 2rpx solid rgba(251, 99, 36, 1);
border: 2rpx solid#409FFE;
opacity: 1;
border-radius: 4rpx;
color: #409FFE;
... ... @@ -101,7 +101,7 @@
.finishitem {
display: flex;
align-items: center;
padding: 29rpx 32rpx;
box-sizing: border-box;
border-bottom: 24rpx solid #f9f9f9;
}
... ... @@ -115,17 +115,16 @@
.finishitemright {
margin-left: 36rpx;
}
.finishitemritemleft {
width: 272rpx;
height: 154rpx;
height: 226rpx;
font-size: 0;
position: relative;
}
.finishitemritem {
display: flex;
margin-bottom: 24rpx;
}
.finishitemrighttop {
... ... @@ -161,7 +160,7 @@
width: 186rpx;
height: 56rpx;
background: rgba(255, 255, 255, 1);
border: 2rpx solid rgba(251, 99, 36, 1);
border: 2rpx solid#409FFE;
opacity: 1;
border-radius: 4rpx;
color: #409FFE;
... ... @@ -222,7 +221,10 @@
width: 686rpx;
/* height: 850rpx; */
background: #fff;
margin: 356rpx auto 0;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
border-radius: 16rpx;
padding: 32rpx;
box-sizing: border-box;
... ... @@ -247,13 +249,18 @@
}
.lianjie {
display:flex;
padding:28rpx 0;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5
}
.lainjietext{
color: #3d444d;
font-size: 32rpx;
word-break: break-all;
display:flex;
width:586rpx
width:460rpx;
margin-right:52rpx;
word-break:break-all
}
.tiqu {
color: #8c9198;
font-size: 32rpx;
... ... @@ -261,22 +268,25 @@
}
.codeitemright {
width: 200rpx;
height: 60rpx;
width: 110rpx;
height: 72rpx;
color: #fff;
font-size: 28rpx;
text-align: center;
line-height: 60rpx;
border-radius: 16rpx;
line-height: 72rpx;
border-radius:8rpx;
background: #409FFE;
margin:32rpx auto 0
}
.codetitle {
color: #3d444d;
font-size: 32rpx;
font-size: 28rpx;
word-break: break-all;
font-weight: bold;
margin-bottom: 10rpx;
padding-bottom: 28rpx;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5;
}
.selecttixian {
... ... @@ -362,7 +372,7 @@
.queren {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color: #fff;
... ... @@ -696,7 +706,7 @@ button::after {
.quding {
width: 300rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 8rpx;
color: #fff;
... ... @@ -764,7 +774,7 @@ button::after {
.youque {
width: 202rpx;
height: 80rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#FFFFFF;
... ... @@ -781,5 +791,30 @@ margin-top:15rpx
.want{
color: #3d444d;
font-size: 32rpx;
margin-top:20rpx
margin-top:110rpx
}
.huoqu{
width: 486rpx;
height: 88rpx;
background: #409ffe;
border-radius: 8rpx;
color:#fff;
font-size:28rpx;
text-align: center;
line-height: 88rpx;
margin:42rpx auto 0
}
.shipintop{
width:272rpx;
height: 36rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:272rpx;
height: 36rpx;
position: absolute;
left:0;
bottom:0
}
\ No newline at end of file
... ...
... ... @@ -65,6 +65,7 @@ selectsec(e){
this.getpiclist()
},
// 获取图片/视频列表
getpiclist() {
let that = this;
... ...
... ... @@ -4,18 +4,13 @@
</view>
<view class="nodata" wx:if="{{piclist.length==0}}">暂无数据</view>
<view class="picbox" wx:else>
<view class="picboxitem" wx:for="{{piclist}}" wx:key="" bindtap="videodetail" data-id="{{item.id}}">
<view class="picboxitemtop">
<image src="{{item.image}}"></image>
<view class="anniu">
<!-- <view class="anniu">
<image src="/img/anniu.png"></image>
</view>
</view> -->
</view>
<view class="picboxname">{{item.title}}</view>
<view class="picboxname" >{{item.title}}</view>
</view>
</view>
\ No newline at end of file
... ...
... ... @@ -78,6 +78,6 @@ page{
text-overflow: ellipsis;
white-space: nowrap;
/* margin-top:16rpx; */
margin-bottom:24rpx;
margin-right:12rpx;
/* margin-bottom:24rpx; */
/* margin-right:12rpx; */
}
\ No newline at end of file
... ...
... ... @@ -117,7 +117,7 @@ page{
.addcar {
width: 180rpx;
height: 77rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 20rpx 4rpx 4rpx 20rpx;
color: #fff;
... ... @@ -130,7 +130,7 @@ page{
.lijimai {
width: 180rpx;
height: 77rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx 20rpx 20rpx 4rpx;
color: #fff;
... ... @@ -142,7 +142,7 @@ page{
.lijimaik{
width: 580rpx;
height: 77rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 20rpx;
color: #fff;
... ... @@ -240,7 +240,7 @@ page{
.lijimaibtn {
width: 422rpx;
height: 80rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color: #fff;
... ... @@ -333,7 +333,7 @@ page{
.queren {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color: #fff;
... ... @@ -486,7 +486,7 @@ z-index: 999;
.copylianjie {
width:400rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#fff;
... ...
... ... @@ -70,6 +70,7 @@ Page({
let that = this;
let url = 'locat/locat_list';
let param = {
is_top:1,
page:that.data.page,
pageNum:10
}
... ...
{
"navigationBarTitleText": "取景地",
"navigationStyle":"custom"
"navigationBarTitleText": "取景地"
}
\ No newline at end of file
... ...
<view class="qujingtop">
<!-- <view class="qujingtop">
<image src="{{topimage}}"></image>
</view>
</view> -->
<view class="search">
<view class="searchright" bindtap="gosearch">
<view class="searchfightimg">
... ... @@ -19,8 +19,9 @@
<view class="qujinglist">
<view class="qujingimg" wx:for="{{qujinglist}}" :key="index" bindtap="qujingdetail" data-id="{{item.id}}">
<image src="{{item.image}}"></image>
<image src="/img/shipin.png" class="shipintop"></image>
<image src="/img/shipin.png" class="shipinbot"></image>
<image src="/img/figpic.png" class="shipintop"></image>
<image src="/img/figpic.png" class="shipinbot"></image>
<view class="picname">{{item.title}}</view>
</view>
</view>
<view class="crema" bindtap="yuyue">
... ...
... ... @@ -84,21 +84,21 @@ background: #eeeeee;
}
.qujingimg{
width:702rpx;
height:330rpx;
height:382rpx;
font-size: 0;
position: relative;
margin:24rpx auto 0;
}
.shipintop{
width:702rpx;
height:20rpx;
height:36rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:702rpx;
height:20rpx;
height:36rpx;
position: absolute;
bottom:0;
left:0
... ... @@ -109,4 +109,22 @@ image{
}
.qujinglist{
margin-bottom:150rpx;
}
\ No newline at end of file
}
.crema{
background: #409FFE;
}
.yuyeu {
color:#fff
}
.picname {
color: #fff;
font-size: 32rpx;
text-align: center;
margin-top: 20rpx;
position: absolute;
bottom: 50rpx;
left: 24rpx;
}
\ No newline at end of file
... ...
... ... @@ -3,13 +3,16 @@
<view class="qujingbox">
<view class="qujingimg" wx:for="{{qujingdetail.image_arr}}" wx:key="index">
<image src="{{item}}"></image>
<image src="/img/shipin.png" class="shipintop"></image>
<image src="/img/shipin.png" class="shipinbot"></image>
<image src="/img/gifimg.png" class="shipintop"></image>
<image src="/img/gifimg.png" class="shipinbot"></image>
</view>
</view>
<view class="wrodbox">
<view class="worditem" wx:for="{{qujingdetail.all_keyword}}" bindtap="searchword" data-word="{{item}}">{{item}}</view>
</view>
<view class="qujingdetail">
<rich-text nodes="{{qujingdetail.content}}"></rich-text>
</view>
<view class="mapbox">
<map id="map" longitude="{{qujingdetail.lng}}" latitude="{{qujingdetail.lat}}" scale="14" bindcontroltap="controltap" markers="{{markers}}" bindmarkertap="markertap" data-lat="{{qujingdetail.lat}}" data-lng="{{qujingdetail.lng}}" polyline="{{polyline}}" bindregionchange="regionchange" show-location></map>
</view>
... ...
.qujingimg {
width: 702rpx;
height: 330rpx;
height: 382rpx;
font-size: 0;
position: relative;
margin: 24rpx auto 0;
}
.shipintop{
width:702rpx;
height:20rpx;
height:36rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:702rpx;
height:20rpx;
height:36rpx;
position: absolute;
bottom:0;
left:0
... ... @@ -41,4 +41,10 @@
map{
width:686rpx;
height:370rpx;
}
.qujingdetail{
padding:32rpx 32rpx 0;
box-sizing: border-box;
font-size:28rpx;
color:#3D444D
}
\ No newline at end of file
... ...
... ... @@ -108,7 +108,8 @@ page{
box-sizing: border-box;
display:flex;
align-items: center;
flex-wrap: wrap
flex-wrap: wrap;
border-bottom:16rpx solid #f9f9f9;
}
.searchtop{
color:#06121E;
... ...
... ... @@ -50,6 +50,7 @@ Page({
let that = this;
let url = 'locat/locat_list';
let param={
is_top:0,
page:that.data.page,
pageNum:10,
keyword:that.data.keyword,
... ...
... ... @@ -156,14 +156,14 @@ page{
}
.shipintop{
width:702rpx;
height:20rpx;
height:36rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:702rpx;
height:20rpx;
height:36rpx;
position: absolute;
bottom:0;
left:0
... ...
... ... @@ -108,7 +108,8 @@ page{
box-sizing: border-box;
display:flex;
align-items: center;
flex-wrap: wrap
flex-wrap: wrap;
border-bottom:16rpx solid #f9f9f9
}
.searchtop{
color:#06121E;
... ...
... ... @@ -40,22 +40,15 @@ Page({
this.setData({
yingdate:year+'-'+month+'-'+day
})
if(options.videoid){
let videoid=JSON.parse(options.videoid)
this.setData({
video_id:videoid.join(",")
})
console.log(this.data.video_id)
}
if(options.videodetailid){
this.setData({
video_id:options.videodetailid
})
if(options.video_id){
this.setData({
video_id:JSON.parse(options.video_id)
})
}
// 编辑素材
if(options.video_id){
if(options.is_edit==1){
this.setData({
video_id:options.video_id,
editshow:true
})
this.getvideodetail()
... ... @@ -67,12 +60,13 @@ Page({
let that = this;
let url="index/showdetail"
let param={
video_id:that.data.video_id
video_id:that.data.video_id.join(",")
}
app.post(url, param, 'post').then((res) => {
console.log(res);
that.setData({
name:res.name,
yingname:res.title,
tel:res.tel,
company:res.company,
image:res.full_image,
... ... @@ -86,6 +80,12 @@ Page({
})
},
bindDateChange(e){
console.log(e)
this.setData({
yingdate:e.detail.value
})
},
// 姓名
entername(e){
... ... @@ -228,7 +228,7 @@ submit(){
return false
}
let param={
video_id:that.data.video_id,
video_id:that.data.video_id.join(","),
name:that.data.name,
tel:that.data.tel,
company:that.data.company,
... ... @@ -245,7 +245,7 @@ submit(){
icon:'none'
})
setTimeout(function(){
wx.navigateTo({
wx.redirectTo({
url: '/pages/orderbox/orderbox',
})
},1500)
... ... @@ -328,7 +328,7 @@ editsucai(){
return false
}
let param={
video_id:that.data.video_id,
video_id:that.data.video_id.join(","),
name:that.data.name,
tel:that.data.tel,
company:that.data.company,
... ... @@ -345,7 +345,7 @@ editsucai(){
icon:'none'
})
setTimeout(function(){
wx.navigateTo({
wx.redirectTo({
url: '/pages/orderbox/orderbox',
})
},1500)
... ...
... ... @@ -21,7 +21,7 @@
</view>
<view class="xiazaiitem">
<view class="xizaileft">影视剧上映日期:</view>
<picker mode="date" value="{{date}}" start="2015-09-01" end="2017-09-01" bindchange="bindDateChange">
<picker mode="date" value="{{date}}" bindchange="bindDateChange">
<view class="xiazairight">
{{yingdate}}
<!-- <input placeholder='请输入' bindinput="enterdate" type="text" value="{{tel}}"/> -->
... ...
... ... @@ -67,7 +67,7 @@
.quding {
width: 260rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 8rpx;
color: #fff;
... ... @@ -136,7 +136,7 @@
.youque {
width: 202rpx;
height: 80rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#FFFFFF;
... ... @@ -163,5 +163,5 @@ margin-top:15rpx
.quxiao{
color:rgba(251, 99, 36, 1);
background: #fff;
border:1rpx solid rgba(251, 99, 36, 1);
border:1rpx solid#409FFE;
}
\ No newline at end of file
... ...
... ... @@ -44,7 +44,7 @@
.tijiao {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#fff;
... ...
... ... @@ -92,7 +92,6 @@ Page({
xizaicode: true
})
}
},
copy(e) {
wx.setClipboardData({
... ... @@ -112,18 +111,22 @@ Page({
// 编辑授权书
edit(){
if(this.data.videodetail!=''){
wx.navigateTo({
url: '/pages/sucaishenqing/sucaishenqing?video_id='+this.data.videodetail.id,
let arr=[];
arr.push(this.data.videodetail.id)
wx.redirectTo({
url: '/pages/sucaishenqing/sucaishenqing?video_id='+JSON.stringify(arr)+'&is_edit='+1,
})
}
},
buy(){
// this.setData({
// shouwrap:true
// })
wx.navigateTo({
url: '/pages/yonghuxieyi/yonghuxieyi?videodetailid='+this.data.videodetailid,
let arr=[]
arr.push(this.data.videodetailid)
wx.redirectTo({
url: '/pages/yonghuxieyi/yonghuxieyi?video_id='+JSON.stringify(arr),
})
// wx.navigateTo({
// url: '/pages/sucaishenqing/sucaishenqing?videodetailid='+this.data.videodetailid,
... ... @@ -828,4 +831,8 @@ Page({
onShareAppMessage: function () {
}
})
\ No newline at end of file
})
function newFunction() {
return 'url';
}
... ...
... ... @@ -90,6 +90,9 @@
<view class="picheadname">{{videodetail.title}}</view>
<view class='picdetailheadimgv' bindtap="videoplay" data-url="{{videodetail.file}}" data-thumb="{{videodetail.share}}" data-title="{{videodetail.title}}">
<image src="{{videodetail.image}}"></image>
<image src="/img/videotop.png" class="shipintop"></image>
<image src="/img/videotop.png" class="shipinbot"></image>
<view class="anniu">
<image src="/img/anniu.png"></image>
</view>
... ...
... ... @@ -17,7 +17,7 @@ page{
.picdetailheadimgv {
width: 702rpx;
height: 394rpx;
height: 382rpx;
font-size: 0;
margin: 24rpx auto 0;
position: relative;
... ... @@ -62,11 +62,13 @@ page{
color: #fff;
font-size: 28rpx;
margin-left: 5rpx;
padding:16rpx 18rpx;
box-sizing: border-box;
border-radius: 8rpx;
}
.pictext {
color: #06121e;
font-size: 28rpx;
font-size: 30rpx;
margin-top: 20rpx;
}
... ... @@ -113,7 +115,7 @@ page{
.addcar {
width: 180rpx;
height: 77rpx;
background: #409FFE;
background: #40C4FE;
opacity: 1;
border-radius: 20rpx 4rpx 4rpx 20rpx;
color: #fff;
... ... @@ -138,7 +140,7 @@ page{
.lijimaik{
width: 580rpx;
height: 77rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 20rpx;
color: #fff;
... ... @@ -234,7 +236,7 @@ page{
.lijimaibtn {
width: 422rpx;
height: 80rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color: #fff;
... ... @@ -327,7 +329,7 @@ page{
.queren {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color: #fff;
... ... @@ -477,7 +479,7 @@ page{
box-sizing: border-box;
background: #f2f2f2;
color: #06121e;
font-size: 28rpx;
font-size: 30rpx;
margin-right: 20rpx;
margin-top: 20rpx;
}
... ... @@ -554,7 +556,7 @@ z-index: 999;
.copylianjie {
width:400rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#fff;
... ... @@ -652,7 +654,7 @@ z-index: 999;
.quding {
width: 260rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 8rpx;
color: #fff;
... ... @@ -721,7 +723,7 @@ z-index: 999;
.youque {
width: 202rpx;
height: 80rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#FFFFFF;
... ... @@ -748,7 +750,7 @@ margin-top:15rpx
.quxiao{
color:rgba(251, 99, 36, 1);
background: #fff;
border:1rpx solid rgba(251, 99, 36, 1);
border:1rpx solid#409FFE;
}
.xiazaiwrapcode {
... ... @@ -809,3 +811,17 @@ margin-top:15rpx
word-break: break-all;
margin-bottom: 10rpx;
}
.shipintop{
width:702rpx;
height:36rpx;
position: absolute;
top:0;
left:0
}
.shipinbot{
width:702rpx;
height:36rpx;
position: absolute;
bottom:0;
left:0
}
\ No newline at end of file
... ...
... ... @@ -42,7 +42,7 @@
.mai {
width: 702rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 4rpx;
color:#fff;
... ...
... ... @@ -7,16 +7,35 @@ Page({
data: {
videodetailid:'',
xiyi:'',
select:false
select:false,
video_id:'',
is_edit:''
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
this.setData({
videodetailid:options.videodetailid
})
if(options.videoid){
let videoid=JSON.parse(options.videoid)
this.setData({
video_id:JSON.parse(options.videoid)
})
console.log(this.data.video_id)
}
if(options.video_id){
this.setData({
video_id:JSON.parse(options.video_id)
})
}
if(options.is_edit){
this.setData({
is_edit:options.is_edit
})
}
// this.setData({
// videodetailid:options.videodetailid
// })
this.getxieyi()
},
getxieyi(){
... ... @@ -52,8 +71,8 @@ Page({
})
return false
}
wx.navigateTo({
url: '/pages/sucaishenqing/sucaishenqing?videodetailid='+this.data.videodetailid,
wx.redirectTo({
url: '/pages/sucaishenqing/sucaishenqing?video_id='+JSON.stringify(that.data.video_id)+'&is_edit='+this.data.is_edit
})
},
... ...
... ... @@ -32,7 +32,8 @@
.quebtn {
width: 286rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 44rpx;
color: #fff;
... ...
... ... @@ -34,7 +34,7 @@
.wancheng {
width: 686rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
background:#409FFE;
opacity: 1;
border-radius: 8rpx;
color:#fff;
... ...
... ... @@ -4,31 +4,31 @@
"ignore": []
},
"setting": {
"urlCheck": false,
"scopeDataCheck": false,
"coverView": true,
"urlCheck": true,
"es6": true,
"enhance": false,
"postcss": true,
"compileHotReLoad": false,
"preloadBackgroundData": false,
"minified": true,
"autoAudits": false,
"newFeature": true,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"useIsolateContext": true,
"coverView": true,
"nodeModules": false,
"enhance": false,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileHotReLoad": false,
"useIsolateContext": true,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false
},
"compileType": "miniprogram",
"libVersion": "2.9.2",
... ... @@ -152,6 +152,20 @@
"id": -1,
"name": "pages/sucai/sucai",
"pathName": "pages/sucai/sucai",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/orderbox/orderbox",
"pathName": "pages/orderbox/orderbox",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/cart/cart",
"pathName": "pages/cart/cart",
"scene": null
}
]
... ...