chenrui  1 year ago
parent
commit
8cd0cd87d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/sorting/index.vue

+ 1 - 1
pages/sorting/index.vue

@@ -48,7 +48,7 @@
 			</view>
 		</view>
 		<!-- 提示信息和下拉弹窗 -->
-		<mask-model :typeShow="typeShow" :tabname="tabname" ref="showMask" btnType="1" @confirm="confirm" @cancel="cancel" titleColoe="#666666" cancelColor="#666666" confirmColor="#007AFF" :maskTitle="maskTitle"></mask-model>
+		<mask-model :headername="headername" :typeShow="typeShow" :tabname="tabname" ref="showMask" btnType="1" @confirm="confirm" @cancel="cancel" titleColoe="#666666" cancelColor="#666666" confirmColor="#007AFF" :maskTitle="maskTitle"></mask-model>
 	</view>
 </template>