微信意见反馈按钮文字错误

This commit is contained in:
txz 2016-05-10 14:48:40 +08:00
parent 9b55d8b527
commit ec3a077b22
2 changed files with 1 additions and 10 deletions

View File

@ -5,7 +5,7 @@ button:
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=https://www.trustie.net/assets/wechat/app.html#/activities?response_type=code&scope=snsapi_base&state=123#wechat_redirect"
-
type: "click"
name: "意见馈"
name: "意见馈"
key: "FEEDBACK"
-
name: "更多"

View File

@ -1660,15 +1660,6 @@ ActiveRecord::Schema.define(:version => 20160426084709) do
t.datetime "updated_at", :null => false
end
create_table "shield_wechats", :force => true do |t|
t.string "container_type"
t.integer "container_id"
t.string "shield_type"
t.integer "shield_id"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end
create_table "softapplications", :force => true do |t|
t.string "name"
t.text "description"