修改意见反馈按钮的openType

This commit is contained in:
zhl 2021-12-14 19:51:48 +08:00
parent 54fa000f35
commit 9c831584d0

View File

@ -11,7 +11,7 @@
<uni-icons type="right" size="30" color="gray"></uni-icons> <uni-icons type="right" size="30" color="gray"></uni-icons>
</view> </view>
</view> </view>
<button v-if="!!openType" class="function-btn" open-type="contact"></button> <button v-if="!!openType" class="function-btn" :open-type="openType"></button>
</view> </view>
</template> </template>