Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
		@@ -27,10 +27,7 @@
 | 
			
		||||
        <div class="cards">
 | 
			
		||||
          <div class="cards-left">活动人数</div>
 | 
			
		||||
          <div class="cards-right" @click="toSignUser()">
 | 
			
		||||
            <span style="color: #1c6bdf">
 | 
			
		||||
              <span v-if="detail.realNum != 0">{{ detail.realNum }}</span>
 | 
			
		||||
              <span v-else>不限</span>
 | 
			
		||||
            </span>
 | 
			
		||||
            <span style="color: #1c6bdf">{{ detail.realNum }}</span>
 | 
			
		||||
            <u-icon name="arrow-right" color="#DDDDDD" size="28" style="margin-left: 8px"></u-icon>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -190,7 +190,7 @@ export default {
 | 
			
		||||
      ])
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  onLoad() { 
 | 
			
		||||
  created() {
 | 
			
		||||
    this.$dict.load('wxCustomerAddWay', 'wxCustomerLogType')
 | 
			
		||||
    this.getCustomLog(this.top.custom)
 | 
			
		||||
    this.injectJWeixin('openUserProfile')
 | 
			
		||||
 
 | 
			
		||||
@@ -106,8 +106,8 @@ export default {
 | 
			
		||||
            delta: 1
 | 
			
		||||
          })
 | 
			
		||||
        }
 | 
			
		||||
      }).catch(res => {
 | 
			
		||||
        this.$u.toast(res)
 | 
			
		||||
      }).catch(err => {
 | 
			
		||||
        this.$u.toast('添加失败')
 | 
			
		||||
        uni.hideLoading()
 | 
			
		||||
      })
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -278,6 +278,7 @@ export default {
 | 
			
		||||
            })
 | 
			
		||||
 | 
			
		||||
            this.$forceUpdate()
 | 
			
		||||
            console.log(this.formData)
 | 
			
		||||
            this.pageShow = true
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
@@ -303,7 +304,7 @@ export default {
 | 
			
		||||
          })
 | 
			
		||||
        })
 | 
			
		||||
        this.$forceUpdate()
 | 
			
		||||
 | 
			
		||||
        console.log(this.formData)
 | 
			
		||||
        this.pageShow = true
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user