소스 검색

[拼团和活动报名][修复];[bug的修复]

tags/C.7.1.0
meo 6 년 전
부모
커밋
47df1fd94a
6개의 변경된 파일35개의 추가작업 그리고 33개의 파일을 삭제
  1. +19
    -24
      ext.json
  2. +10
    -3
      pages/acSignIn/index.js
  3. +1
    -1
      pages/radetail/index.wxml
  4. +3
    -3
      pages/radetail/index.wxss
  5. +1
    -1
      pages/spellGroup/mySpellGroup/index.wxml
  6. +1
    -1
      project.config.json

+ 19
- 24
ext.json 파일 보기

@@ -1,35 +1,30 @@
{
"ext": {
"attr": {
"configUrl": "https://ciformall.youlane.cn/C/api",
"etcpAppId": "wx192b7d2e8dcbefd0",
"socketUrl": "wss://mp.youlane.cn/W/ws",
"etcpVersion": "release",
"etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback",
"ifHaveWebSocket": "0",
"ifHaveCarModular": "1",
"imgProxy": [
{
"orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn",
"newUrl": "https://ciformall.youlane.cn/img"
},
{
"orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn",
"newUrl": "https://ciformall.youlane.cn/img1"
"newUrl": "https://ctest.malls.iformall.com/img",
"orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn"
},
{
"orgUrl": "https://wx.qlogo.cn",
"newUrl": "https://ciformall.youlane.cn/img2"
"newUrl": "https://ctest.malls.iformall.com/img1",
"orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn"
},
{
"orgUrl": "http://thirdwx.qlogo.cn",
"newUrl": "https://ciformall.youlane.cn/img3"
"newUrl": "https://ctest.malls.iformall.com/img2",
"orgUrl": "https://wx.qlogo.cn"
}
]
],
"configUrl": "https://ctest.malls.iformall.com/C/api",
"etcpAppId": "wx192b7d2e8dcbefd0",
"etcpVersion": "release",
"etcpCallbackUrl": "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback",
"ifHaveWebSocket": "0",
"ifHaveCarModular": "1"
},
"name": "富茂客官开发",
"weappId": "wxea71200db93d756b",
"appVersion": "C.4.5.106"
"name": "富茂客",
"weappId": "wx649b3be73c1afe47",
"appVersion": "C.test.5.2.0"
},
"debug": false,
"tabBar": {
@@ -65,10 +60,10 @@
"window": {
"backgroundTextStyle": "dark",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "WeChat",
"navigationBarBackgroundColor": "#fff"
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF"
},
"extAppid": "wxea71200db93d756b",
"extAppid": "wx649b3be73c1afe47",
"extEnable": true,
"permission": {
"scope.userLocation": {


+ 10
- 3
pages/acSignIn/index.js 파일 보기

@@ -43,9 +43,16 @@ Page({
//跳转到报名详情页
goSignUp(e) {
let activityId = e.currentTarget.dataset.id;
wx.navigateTo({
url: `/pages/radetail/index?id=${activityId}`,
})
if (activityId){
wx.navigateTo({
url: `/pages/radetail/index?id=${activityId}`,
})
}else{
wx.showToast({
title: '此活动报名已结束',
})
}
},
goback: function () {
wx.switchTab({


+ 1
- 1
pages/radetail/index.wxml 파일 보기

@@ -6,7 +6,7 @@
<view class='coupons' style='{{data.type!=2?"padding-bottom: 160rpx":0}}'>
<view class="coupons-body">
<view class='banner'>
<image src='{{data.coverImg}}'></image>
<image src='{{data.coverImg}}' mode='widthFix'></image>
</view>
<view class='act'>
<text class='txt001'>{{data.title}}</text>


+ 3
- 3
pages/radetail/index.wxss 파일 보기

@@ -18,7 +18,7 @@

.banner image {
width: 750rpx;
height: 280rpx;
/* height: 280rpx; */
}

.act {
@@ -565,13 +565,13 @@ button::after{ border: none; }
.banner {
position: relative;
width: 750rpx;
height: 280rpx;
/* height: 280rpx; */
overflow: hidden;
}

.banner image {
width: 750rpx;
height: 280rpx;
/* height: 280rpx; */
}

.act {


+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxml 파일 보기

@@ -65,7 +65,7 @@
</view>
</view>
<view class='detailImg' wx:if="{{detailPicture.length>0}}">
<image wx:for="{{detailPicture}}" wx:key="{{index}}" wx:for-item="item" src='{{item}}'></image>
<image mode='widthFix' wx:for="{{detailPicture}}" wx:key="{{index}}" wx:for-item="item" src='{{item}}'></image>
</view>
<view class='edit'>
<button class='goback' bindtap='gotoIndex'><image src='{{wmhome}}' mode="widthFix"></image></button>


+ 1
- 1
project.config.json 파일 보기

@@ -14,7 +14,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.5.0",
"appid": "wxb11603577a84a86d",
"appid": "wxfa336cad86ed598d",
"projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"isGameTourist": false,
"simulatorType": "wechat",


불러오는 중...
취소
저장