=chenming 5 年之前
父節點
當前提交
ec583660be
共有 4 個文件被更改,包括 10 次插入10 次删除
  1. +3
    -3
      496_dongfengqichen/app.js
  2. +1
    -1
      496_dongfengqichen/pages/index/index.wxml
  3. +5
    -5
      496_dongfengqichen/pages/luckyStar/luckyStar.js
  4. +1
    -1
      496_dongfengqichen/pages/myCenter/myCenter.wxss

+ 3
- 3
496_dongfengqichen/app.js 查看文件

@@ -110,7 +110,6 @@ App({
*/
wxRequest: function (url, params, callback, thisArg, methods, openid) {
let that = this;

var httpUrl = url;
var str = "";
var count = 0;
@@ -135,8 +134,8 @@ App({
method: methods,
header: {
"content-type": "application/x-www-form-urlencoded",
"OPENID": this.globalData.openid,
"VERSION":100
"VERSION": '100',
"OPENID": this.globalData.openid
},
success: function (re) {
// if (re.data.code == -1002) {
@@ -158,6 +157,7 @@ App({
method: methods,
header: {
"OPENID": this.globalData.openid,
"VERSION": '100'
},
success: function (re) {
if (re.data.code == -1002) {

+ 1
- 1
496_dongfengqichen/pages/index/index.wxml 查看文件

@@ -2,7 +2,7 @@
<view class="all" wx:if="{{mainShow}}">
<view class="main" wx:if="{{isStartAdvertising==0 || !isStartAdvertisingShow}}">
<view class="contentFrame">
<image style="width:750rpx;" mode="widthFix" src="{{kvurl}}"></image>
<image style="width:750rpx;height:0rpx;" mode="widthFix" src="{{kvurl}}"></image>
<image style="width:750rpx;height:331rpx;" src="{{imgUrl+'/images/indexText.png'}}"></image>
<view class="swiperFrame">
<swiper class="swiperSty" autoplay current="{{swiperCurrent}}" bindchange="swiperChange">

+ 5
- 5
496_dongfengqichen/pages/luckyStar/luckyStar.js 查看文件

@@ -419,11 +419,11 @@ Page({
}
},
changeScroll:function(){
// this.data.setInt = setInterval(()=>{
// this.setData({
// scrollNum: this.data.scrollNum+=1
// })
// },30);
this.data.setInt = setInterval(()=>{
this.setData({
scrollNum: this.data.scrollNum+=1
})
},30);
},
getMore:function(){
if (!this.data.isMore){

+ 1
- 1
496_dongfengqichen/pages/myCenter/myCenter.wxss 查看文件

@@ -26,7 +26,6 @@ view{
justify-content: center;
width: 161rpx;
height: 161rpx;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 27rpx;
overflow: hidden;
@@ -34,6 +33,7 @@ view{
.defaultHead{
width: 100%;
height: 100%;
border-radius: 50%;
}
.loginBtn{
position: relative;

Loading…
取消
儲存