zx 3 years ago
parent d37d179993
commit 115047b300

@ -1,70 +1,3 @@
<<<<<<< HEAD
// contrastPackages/addEvent/index.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
}
=======
// pages/varComm/pages/addEvent/index.js
const app = getApp()
Page({
@ -223,5 +156,4 @@ Page({
})
})
},
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
})

@ -1,10 +1,6 @@
{
<<<<<<< HEAD
"usingComponents": {}
=======
"usingComponents": {},
"navigationBarTitleText": "添加事件",
"navigationBarTextStyle":"black",
"navigationBarBackgroundColor": "#ffffff"
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
}

@ -1,6 +1,3 @@
<<<<<<< HEAD
/* contrastPackages/addEvent/index.wxss */
=======
/* pages/varComm/pages/addEvent/index.wxss */
.menu{
box-shadow: none !important;
@ -76,4 +73,3 @@ checkbox .wx-checkbox-input {
/* margin-left: 32rpx ; */
font-size: 32rpx !important;
}
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103

@ -1,18 +1,11 @@
<<<<<<< HEAD
// contrastPackages/brandRatio/index.js
=======
import Dialog from '../../miniprogram_npm/@vant/weapp/dialog/dialog';
const app = getApp()
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
Page({
/**
* 页面的初始数据
*/
data: {
<<<<<<< HEAD
=======
boxArr: new Array(6),
tabActive: 0,
result: [],
@ -20,65 +13,12 @@ Page({
popupShow: false,
mockData:[],
tempLate:['一','二','三','四','五','六',]
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
<<<<<<< HEAD
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
=======
this.setData({
boxArr: wx.getStorageSync('brandData'),
result:wx.getStorageSync('brandData').map(ele=>{
@ -197,6 +137,5 @@ Page({
this.setData({
sonCom: true
})
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
}
})

@ -1,8 +1,4 @@
{
<<<<<<< HEAD
"usingComponents": {}
}
=======
"usingComponents": {
"time-component":"/components/timecomponent/index",
"time-custom": "../../components/timeCustom/index",
@ -13,4 +9,3 @@
},
"navigationBarTitleText": "品牌对比"
}
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103

@ -1,6 +1,3 @@
<<<<<<< HEAD
/* contrastPackages/brandRatio/index.wxss */
=======
/* pages/varComm/pages/event/index.wxss */
page {
background-color: #f9f9f9;
@ -222,4 +219,3 @@ page {
font-size: 28rpx;
margin-left: 24rpx;
}
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103

@ -1,19 +1,12 @@
<<<<<<< HEAD
// contrastPackages/carModelsRatio/index.js
=======
// pages/varComm/pages/brandRatio/index.js
import Dialog from '../../miniprogram_npm/@vant/weapp/dialog/dialog';
const app = getApp()
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
Page({
/**
* 页面的初始数据
*/
data: {
<<<<<<< HEAD
=======
boxArr: new Array(6),
tabActive: 0,
sonCom: true,
@ -23,65 +16,12 @@ Page({
mockData: [],
sBrand:[],
tempLate:['一','二','三','四','五','六',]
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
<<<<<<< HEAD
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
=======
app.globalData.request({
action: 'getUserBrand',
token: 't%2BrswgjvzGM=',
@ -223,6 +163,5 @@ Page({
this.setData({
sonCom: true
})
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
}
})

@ -1,8 +1,4 @@
{
<<<<<<< HEAD
"usingComponents": {}
}
=======
"usingComponents": {
"time-component":"/components/timecomponent/index",
"time-custom": "../../components/timeCustom/index",
@ -13,4 +9,3 @@
},
"navigationBarTitleText": "车型对比"
}
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103

@ -1,6 +1,3 @@
<<<<<<< HEAD
/* contrastPackages/carModelsRatio/index.wxss */
=======
/* pages/varComm/pages/event/index.wxss */
page {
background-color: #f9f9f9;
@ -200,4 +197,3 @@ page {
font-size: 28rpx;
margin-left: 24rpx;
}
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103

@ -1,81 +1,21 @@
<<<<<<< HEAD
// contrastPackages/themeRatio/index.js
=======
// pages/varComm/pages/brandRatio/index.js
import Dialog from '../../miniprogram_npm/@vant/weapp/dialog/dialog';
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
Page({
/**
* 页面的初始数据
*/
data: {
<<<<<<< HEAD
=======
boxArr: new Array(6),
tabActive: 0,
sonCom: true,
tempLate:['一','二','三','四','五','六',]
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
<<<<<<< HEAD
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
=======
this.getData()
},
onShow() {
@ -143,6 +83,5 @@ Page({
wx.setStorageSync('brandRatioTime', {
sTimeType: '34'
})
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103
}
})

@ -1,8 +1,4 @@
{
<<<<<<< HEAD
"usingComponents": {}
}
=======
"usingComponents": {
"time-component":"/components/timecomponent/index",
"time-custom": "../../../../components/timeCustom/index",
@ -13,4 +9,3 @@
},
"navigationBarTitleText": "品牌对比"
}
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103

@ -1,7 +1,3 @@
<<<<<<< HEAD
<!--contrastPackages/themeRatio/index.wxml-->
<text>contrastPackages/themeRatio/index.wxml</text>
=======
<view class="box">
<view class="add">
<view wx:for="{{boxArr}}" wx:key="{{item.events_id}}" style="margin-left: 32rpx;width: 280rpx;">
@ -52,4 +48,3 @@
</view>
<van-dialog id="van-dialog" />
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103

@ -1,6 +1,3 @@
<<<<<<< HEAD
/* contrastPackages/themeRatio/index.wxss */
=======
/* pages/varComm/pages/event/index.wxss */
page {
background-color: #f9f9f9;
@ -211,4 +208,3 @@ page {
color: #909497;
text-align: center;
}
>>>>>>> 09cfba1debc306a62e6602a6fe21d80489bf7103

Loading…
Cancel
Save