<button id="agree-btn" v-if="userStore.needPrivacyAuthorization && isNewUser" type="primary"
open-type="getPhoneNumber|agreePrivacyAuthorization" class="agree-btn"
@agreeprivacyauthorization="handleAgree" @getphonenumber="handleGetPhoneNumber"><text>同意并继续1</text>
handleAgree会执行,handleGetPhoneNumber回调未执行,隐私协议已设置,开发者工具和真机都存在问题

你自己发明的写法?