chenrui  1 ano atrás
pai
commit
2e198e6136
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      pages/sorting/index.vue

+ 1 - 0
pages/sorting/index.vue

@@ -47,6 +47,7 @@
 				<view class="but" v-if="!action" @tap="clickOrder">一键添加</view>
 			</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>
 	</view>
 </template>