zs 2 年之前
父節點
當前提交
990e2dc236
共有 4 個文件被更改,包括 8 次插入5 次删除
  1. 4 1
      pagesHome/group/share.vue
  2. 2 2
      pagesMy/assets/index.vue
  3. 2 1
      pagesMy/dough/handle.vue
  4. 0 1
      pagesMy/dough/index.vue

+ 4 - 1
pagesHome/group/share.vue

@@ -227,11 +227,14 @@
 			const that = this;
 			that.$set(that, `id`, e.id || '');
 			that.$set(that, `group`, e.group || '');
-			await that.watchLogin();
 			await that.searchConfig();
 			await that.search();
 			await that.configShare();
 		},
+		onShow: async function() {
+			const that = this;
+			await that.watchLogin();
+		},
 		onUnload: function() {
 			// 页面卸载,重新部署分享内容
 			const that = this;

+ 2 - 2
pagesMy/assets/index.vue

@@ -21,7 +21,7 @@
 											<view class="time">{{item.time}}</view>
 										</view>
 										<view class="other_2">
-											<view class="money">+{{item.money}}</view>
+											<view class="money">{{item.money}}</view>
 											<text class="iconfont icon-jiantouyou"></text>
 										</view>
 									</view>
@@ -31,7 +31,7 @@
 											<view class="time">{{item.apply_time}}</view>
 										</view>
 										<view class="other_2">
-											<view class="money">-{{item.money}}</view>
+											<view class="money">{{item.money}}</view>
 											<text class="iconfont icon-jiantouyou"></text>
 										</view>
 									</view>

+ 2 - 1
pagesMy/dough/handle.vue

@@ -87,7 +87,8 @@
 						<button type="primary" @click="onSubmit" size="mini">确定</button>
 						<button type="primary" @click="dialogClose" size="mini">取消</button>
 					</view>
-				</view><view class="dialog_1" v-else-if="dialog.type=='2'">
+				</view>
+				<view class="dialog_1" v-else-if="dialog.type=='2'">
 					<uni-forms ref="form" :modelValue="afterInfo" :rules="rules" label-width="auto">
 						<uni-forms-item label="售后类型" name="zhType">
 							<uni-easyinput disabled  type="text" v-model="afterInfo.zhType" placeholder="请输入售后类型" />

+ 0 - 1
pagesMy/dough/index.vue

@@ -741,7 +741,6 @@
 					code: "group_status"
 				});
 				if (res.errcode == '0') that.$set(that, `gstatusList`, res.data)
-
 			},
 			// 分享
 			toShare(e) {