Skip to content

Commit

Permalink
app端 button 添加 feedback 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
hulinNeil committed Nov 9, 2018
1 parent 76e75f3 commit a36e803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hello-uniapp/pages/component/button/button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</view>
<!-- #ifdef MP-WEIXIN -->
<button open-type="launchApp" app-parameter="uni-app" binderror="launchAppError">打开APP</button>
<button open-type="feedback">意见反馈</button>
<!-- #endif -->
<button open-type="feedback">意见反馈</button>
</view>
</view>
</view>
Expand Down Expand Up @@ -57,4 +57,4 @@
.mini-btn {
margin-right: 10upx;
}
</style>
</style>

0 comments on commit a36e803

Please sign in to comment.