前端-胡立永 3 weeks ago
parent
commit
9d9d064d3a
7 changed files with 25 additions and 20 deletions
  1. +1
    -1
      pages_order/auth/certification.vue
  2. +3
    -3
      pages_order/auth/wxLogin.vue
  3. +4
    -4
      pages_order/contract/contractManageEdit.vue
  4. +1
    -1
      pages_order/contract/electronicSignature.vue
  5. +10
    -6
      pages_order/mine/GainPoints.vue
  6. +4
    -3
      pages_order/work/postConsult.vue
  7. +2
    -2
      pages_order/work/userDetail.vue

+ 1
- 1
pages_order/auth/certification.vue View File

@ -64,7 +64,7 @@
<view class="form-item">
<view class="title">
请上传身份证人像面照片
请上传身份证人像面照片
</view>
<view class="tips">
信息仅用身份核实上传后可增加曝光机会


+ 3
- 3
pages_order/auth/wxLogin.vue View File

@ -8,11 +8,11 @@
</view>
<view class="btn mt"
@click="wxLogin">
<view class="icon">
<!-- <view class="icon">
<image src="../static/auth/wx.png" mode=""></image>
</view>
</view> -->
<view class="">
快捷登录
手机号快捷登录
</view>
</view>
<!-- <view class="btn b2">


+ 4
- 4
pages_order/contract/contractManageEdit.vue View File

@ -190,8 +190,8 @@
this.setData({
graph: {
id : 'a',
w: a.w || 100,
h: a.h || 50,
w: a.w || 40,
h: a.h || 20,
x: a.x || 30,
y: a.y || 30,
type: 'image',
@ -211,8 +211,8 @@
this.setData({
graph: {
id : 'b',
w: b.w || 100,
h: b.h || 50,
w: b.w || 40,
h: b.h || 20,
x: b.x || 160,
y: b.y || 30,
type: 'image',


+ 1
- 1
pages_order/contract/electronicSignature.vue View File

@ -104,7 +104,7 @@
imageHeight : graph.h,
imageWidth : graph.w,
positionX : graph.x,
positonY : Number(graph.y) + 0.062,
positonY : Number(graph.y) + 0.03,
pdfPath : this.detail.contract,
imagePath,
// pdfPath : 'https://augcl.oss-cn-guangzhou.aliyuncs.com/test/mytest.pdf',


+ 10
- 6
pages_order/mine/GainPoints.vue View File

@ -4,18 +4,22 @@
<navbar title="获取积分" bgColor="#3796F8" leftClick color="#fff" @leftClick="$utils.navigateBack" />
<view class="box">
<view class="card">
<view class="card" style="flex-direction: column;display: flex;">
<view class="top">
<image src="../static/mine/characteristic.png" mode="aspectFill" />
<view>签到得积分</view>
</view>
<view class="txt">签到得积分可立即领取</view>
<view class="uni-uncolor-btn"
v-if="UserExtensionInfo.signFlag">已领取</view>
<view class="button"
@click="checkin"
v-else>领取</view>
<view class="">
<view class="uni-uncolor-btn"
v-if="UserExtensionInfo.signFlag">已领取</view>
<view class="share button"
@click="checkin"
v-else
>领取</view>
</view>
<view style="height: 40rpx;" />
</view>


+ 4
- 3
pages_order/work/postConsult.vue View File

@ -118,11 +118,12 @@
})
},
addMaterial(){
this.formList.forEach(n => {
if(n.type == 1){
this.form[n.keyName] = this.fileMapList[n.keyName]
.map((item) => item.url).join(",")
let map = this.fileMapList[n.keyName]
if(map){
this.form[n.keyName] = map.map((item) => item.url).join(",")
}
}
})


+ 2
- 2
pages_order/work/userDetail.vue View File

@ -218,7 +218,7 @@
},
clickShowPhone(){
this.$store.commit('checkViewCount', {
data : this.item,
data : this.detail,
success : () => {
this.showPhone = true
}
@ -236,7 +236,7 @@
}
this.$store.commit('checkViewCount', {
data : this.item,
data : this.detail,
phone : this.phone,
type : 'phone',
})


Loading…
Cancel
Save