{"id":68759,"date":"2021-04-19T13:18:24","date_gmt":"2021-04-19T05:18:24","guid":{"rendered":"http:\/\/www.xiaoyebailong.com\/?p=68759"},"modified":"2021-04-20T13:21:45","modified_gmt":"2021-04-20T05:21:45","slug":"%e5%b0%8f%e7%a8%8b%e5%ba%8f%e5%9c%a8ios%e8%8b%b9%e6%9e%9c%e7%b3%bb%e7%bb%9f%e4%b8%8b%e4%bd%bf%e7%94%a8wx-showmodal%e6%96%87%e5%ad%97%e4%b8%8d%e6%98%be%e7%a4%ba%e7%9a%84bug","status":"publish","type":"post","link":"http:\/\/www.xiaoyebailong.com\/index.php\/2021\/04\/19\/68759.htm","title":{"rendered":"\u5c0f\u7a0b\u5e8f\u5728IOS\u82f9\u679c\u7cfb\u7edf\u4e0b\u4f7f\u7528wx.showModal\u6587\u5b57\u4e0d\u663e\u793a\u7684BUG"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u6df1\u6d45\u4e3b\u9898\u4e0b\u663e\u793a\u4e0d\u4e00\u81f4\u95ee\u9898<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"\/\/upload-images.jianshu.io\/upload_images\/11947192-71a57b53e53535a1.png?imageMogr2\/auto-orient\/strip|imageView2\/2\/w\/812\/format\/webp\" alt=\"\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\u6d45\u8272\u6a21\u5f0f\u4e0b\u6309\u94ae\u6587\u5b57\u770b\u4e0d\u89c1\u4e86<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"\/\/upload-images.jianshu.io\/upload_images\/11947192-87b7619e7b9610d8.png?imageMogr2\/auto-orient\/strip|imageView2\/2\/w\/707\/format\/webp\" alt=\"\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\u6df1\u8272\u6a21\u5f0f\u4e0b\u80fd\u6b63\u5e38\u663e\u793a<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"\/\/upload-images.jianshu.io\/upload_images\/11947192-a6f46937b2c239b7.png?imageMogr2\/auto-orient\/strip|imageView2\/2\/w\/709\/format\/webp\" alt=\"\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u4ee3\u7801\u5b9e\u73b0<\/h2>\n\n\n\n<p><em><\/em><\/p>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">x.showModal({\n    title: '\u63d0\u793a',\n    content: '\u53ea\u6709\u5708\u5b50\u8ba4\u8bc1\u540e\u624d\u80fd\u4f7f\u7528\u901a\u8baf\u52a9\u624b\u54e6',\n    showCancel: true,\n    cancelText: '\u53d6\u6d88',\n    cancelColor: '#000000',\n    confirmText: '\u8ba4\u8bc1',\n    confirmColor: 'rgba(82, 107, 177, 1)',\n    success: (result) => {\n        if (result.confirm) {\n            \/\/ \u524d\u5f80\u8ba4\u8bc1\n            wx.navigateTo({\n                url: '..\/circle-affirm\/circle-affirm'\n            })\n        }\n    },\n    fail: () => {},\n    complete: () => {}\n});\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u95ee\u9898\u6839\u6e90<\/h2>\n\n\n\n<p><code>cancelColor\u3001confirmColor<\/code> <strong>\u5fc5\u987b\u662f16\u8fdb\u5236\u683c\u5f0f\u7684\u989c\u8272\u5b57\u7b26\u4e32<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"\/\/upload-images.jianshu.io\/upload_images\/11947192-24912b553cafe1bf.png?imageMogr2\/auto-orient\/strip|imageView2\/2\/w\/1200\/format\/webp\" alt=\"\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u89e3\u51b3\u529e\u6cd5<\/h2>\n\n\n\n<p><em><\/em><\/p>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">x.showModal({\n    title: '\u63d0\u793a',\n    content: '\u53ea\u6709\u5708\u5b50\u8ba4\u8bc1\u540e\u624d\u80fd\u4f7f\u7528\u901a\u8baf\u52a9\u624b\u54e6',\n    showCancel: true,\n    cancelText: '\u53d6\u6d88',\n    cancelColor: '#000000',\n    confirmText: '\u8ba4\u8bc1',\n    confirmColor: '#526BB1', \/\/\u6539\u4e86\u8fd9\u91cc\uff01\n    success: (result) => {\n        if (result.confirm) {\n            \/\/ \u524d\u5f80\u8ba4\u8bc1\n            wx.navigateTo({\n                url: '..\/circle\/circle'\n            })\n        }\n    },\n    fail: () => {},\n    complete: () => {}\n});<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6df1\u6d45\u4e3b\u9898\u4e0b\u663e\u793a\u4e0d\u4e00\u81f4\u95ee\u9898 \u6d45\u8272\u6a21\u5f0f\u4e0b\u6309\u94ae\u6587\u5b57\u770b\u4e0d\u89c1\u4e86 \u6df1\u8272\u6a21\u5f0f\u4e0b\u80fd\u6b63\u5e38\u663e\u793a \u4ee3\u7801\u5b9e\u73b0 \u95ee\u9898\u6839\u6e90 cancelColor\u3001confirmColor \u5fc5\u987b\u662f16\u8fdb\u5236\u683c\u5f0f\u7684\u989c\u8272\u5b57\u7b26\u4e32 \u89e3\u51b3\u529e\u6cd5<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[491,396],"topic":[],"class_list":["post-68759","post","type-post","status-publish","format-standard","hentry","category-wx","tag-showmodal","tag-wx-showmodal"],"_links":{"self":[{"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/posts\/68759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/comments?post=68759"}],"version-history":[{"count":1,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/posts\/68759\/revisions"}],"predecessor-version":[{"id":68760,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/posts\/68759\/revisions\/68760"}],"wp:attachment":[{"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/media?parent=68759"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/categories?post=68759"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/tags?post=68759"},{"taxonomy":"topic","embeddable":true,"href":"http:\/\/www.xiaoyebailong.com\/index.php\/wp-json\/wp\/v2\/topic?post=68759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}