ソースを参照

修改挖掘执行成功

newyun
corala 1年前
コミット
55c7cb19f3
4個のファイルの変更6行の追加7行の削除
  1. +1
    -1
      pages/center/consumer/consumerDetail.vue
  2. +1
    -1
      pages/center/consumer/index.vue
  3. +1
    -1
      pages/center/records/index.vue
  4. +3
    -4
      pages/mine/details2.vue

+ 1
- 1
pages/center/consumer/consumerDetail.vue ファイルの表示

@@ -29,7 +29,7 @@
</view>
<view class="content-sec-lab">
<view class="content-sec-lab1">挖掘执行:{{ customerInfo.wordFraction || 0 }}%</view>
<view class="content-sec-lab1" style="width: 44%">挖掘成功:{{ customerInfo.wordFraction || 0 }}%</view>
<view class="content-sec-lab1" style="width: 44%">挖掘成功:{{ customerInfo.wordFinishFraction || 0 }}%</view>
<!-- <view class="content-sec-lab1" @click.stop="tipupon" style="width: 44%">画像标签:<text
class="look">{{
customerInfo.demand.cusSemanticWordsList?customerInfo.demand.cusSemanticWordsList.length:0}}</text><text


+ 1
- 1
pages/center/consumer/index.vue ファイルの表示

@@ -122,7 +122,7 @@
>挖掘执行:{{ max100(item.wordFraction) }}%</view
>
<view class="content-sec-lab1" style="width: 44%"
>挖掘成功:{{ max100(item.wordFraction) }}%</view
>挖掘成功:{{ max100(item.wordFinishFraction) }}%</view
>
<!-- <view class="content-sec-lab1" style="width: 44%"
>画像标签:<text style="font-weight: 600">{{


+ 1
- 1
pages/center/records/index.vue ファイルの表示

@@ -87,7 +87,7 @@
<view class="text">挖掘执行</view>
</view>
<view class="cont-item">
<view class="count">{{item.wordFraction|| 0}}%</view>
<view class="count">{{item.wordFinishFraction|| 0}}%</view>
<view class="text">挖掘成功</view>
</view>
<view class="cont-item">


+ 3
- 4
pages/mine/details2.vue ファイルの表示

@@ -151,6 +151,7 @@
<view class="bounced3-2" @tap="$noMultipleClicks(Confirmthetag)">确认</view>
</view>
</view>

<!-- 加入常错词 -->
<view class="zhezhao" v-if="isshow2" @tap="Cancelout"></view>
<u-modal v-model="isshow2" title="添加常错词" :show-cancel-button="true" @cancel="Cancelout"
@@ -158,16 +159,14 @@
<view class="tian-view">
<view class="tian-view-t2" style="margin-left: 20rpx;">
常错词:<view class="word1">
<u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="thewrongword" :border="false"
:custom-style="customStyle" placeholder="请输入" />
<u-input :auto-height="true" type="textarea" v-model="thewrongword" :border="false" placeholder="请输入" />
</view>
</view>
</view>
<view class="tian-view">
<view class="tian-view-t2" style="margin-left: 20rpx;">
正确词:<view class="word1">
<u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="reswrongword" :border="false"
:custom-style="customStyle" placeholder="请输入" />
<u-input :auto-height="true" type="textarea" v-model="reswrongword" :border="false" placeholder="请输入" />
</view>
</view>
</view>


読み込み中…
キャンセル
保存